FIX:fixed some issues in the tcp client
This commit is contained in:
@@ -42,7 +42,7 @@ namespace DirectCommunication
|
||||
std::thread Worker_;
|
||||
std::atomic_bool stopWorker_;
|
||||
|
||||
std::atomic_bool isConnected = true;
|
||||
std::atomic_bool isConnected = false;
|
||||
|
||||
std::function<void(std::string)> MessageHandle_ = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user