1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-08-14 07:33:39 -04:00

Change RX packet processing to enqueu

This changes the RX thread to send the packet into a queue instead of
starting a new thread for every packet.
This commit is contained in:
2022-12-18 08:52:58 -05:00
parent 1187f1ed73
commit 123b3ffa81
6 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class TestSendMessageCommand(unittest.TestCase):
mock_emit.called_once()
@mock.patch("aprsd.config.parse_config")
@mock.patch("aprsd.packets.PacketList.add")
@mock.patch("aprsd.packets.PacketList.rx")
@mock.patch("aprsd.cmds.webchat.socketio.emit")
def test_process_our_message_packet(
self, mock_parse_config,