mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-08 17:46:09 -05:00
Hemna
61967b5fe8
Since all outbound messages have a send() method that starts a separate there, there really is no reason for the transmit queue thread at all. All it did was get a message from the queue and then call send on it, which would start another thread. This removes that intermediate TXThread. When you want to send a message just call send() on the message object. |
||
---|---|---|
.. | ||
__init__.py | ||
fake.py | ||
test_email.py | ||
test_main.py | ||
test_messaging.py | ||
test_plugin.py |