mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Don't allow suppressDisconnects during a heartbeat request
See the comment block for an explanation
This commit is contained in:
@@ -369,6 +369,7 @@ private:
|
||||
void enforcePollingMessageLimit();
|
||||
|
||||
std::atomic<bool> stopHeartbeatThread{false};
|
||||
std::mutex heartbeatMutex;
|
||||
std::thread heartbeatThread;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user