main
Tom Early 2 years ago
parent 842d2e0a59
commit 88046aba9e

@ -250,6 +250,8 @@ void CController::ReadReflectorThread()
{ {
while (keep_running) while (keep_running)
{ {
tcClient.CheckConnections();
std::queue<std::unique_ptr<STCPacket>> queue; std::queue<std::unique_ptr<STCPacket>> queue;
// wait up to 100 ms to read something on the unix port // wait up to 100 ms to read something on the unix port
if (tcClient.Receive(queue, 100)) if (tcClient.Receive(queue, 100))

Loading…
Cancel
Save

Powered by TurnKey Linux.