FIX: fixed the tcp client

This commit is contained in:
Henry Winkel
2023-07-05 18:20:37 +02:00
parent 7fa17e0397
commit 9ffa95877b
2 changed files with 7 additions and 2 deletions

View File

@@ -38,6 +38,9 @@ namespace DirectCommunication
std::thread Worker_;
std::atomic_bool stopWorker_;
std::atomic_bool isConnected = true;
WHISPER::threadSafeQueue<std::string> receivedMessages_;