FIX: Updated the use of a function handle

This commit is contained in:
Henry Winkel
2023-08-10 17:17:27 +02:00
parent c7fea6f5cc
commit 1c35c0cf67
2 changed files with 15 additions and 13 deletions

View File

@@ -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_;