ensure we don't keep queueing http requests when we're not in the looping state.

This commit is contained in:
pulipakaa24
2026-01-12 16:26:25 -06:00
parent 45fa356d66
commit d21632da8d
4 changed files with 14 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
#define SOCKETIO_HPP
#include <atomic>
extern std::atomic<bool> socketIOactive;
// Initialize Socket.IO client and connect to server
void initSocketIO();