Device: Don't allow suppressDisconnects during a heartbeat request

See the comment block for an explanation
This commit is contained in:
Paul Hollinsky
2021-09-20 23:39:45 -04:00
parent f129be34b5
commit df9827fb2c
2 changed files with 21 additions and 4 deletions
+1
View File
@@ -369,6 +369,7 @@ private:
void enforcePollingMessageLimit();
std::atomic<bool> stopHeartbeatThread{false};
std::mutex heartbeatMutex;
std::thread heartbeatThread;
};