FIX: fixed the tcp client
This commit is contained in:
@@ -38,6 +38,9 @@ namespace DirectCommunication
|
||||
std::thread Worker_;
|
||||
std::atomic_bool stopWorker_;
|
||||
|
||||
std::atomic_bool isConnected = true;
|
||||
|
||||
|
||||
WHISPER::threadSafeQueue<std::string> receivedMessages_;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user