ensure we don't keep queueing http requests when we're not in the looping state.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#define SOCKETIO_HPP
|
||||
#include <atomic>
|
||||
|
||||
extern std::atomic<bool> socketIOactive;
|
||||
|
||||
// Initialize Socket.IO client and connect to server
|
||||
void initSocketIO();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user