FIX: Updated the use of a function handle
This commit is contained in:
@@ -46,7 +46,7 @@ namespace DirectCommunication
|
||||
std::atomic_bool isConnected = false;
|
||||
|
||||
std::function<void(std::string)> MessageHandle_ = nullptr;
|
||||
|
||||
std::atomic_bool useHandl_ = false;;
|
||||
|
||||
WHISPER::threadSafeQueue<std::string> receivedMessages_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user