Fixed server

This commit is contained in:
Dmitry Kychanov 2024-10-05 02:47:02 +04:00
parent 98eab49e99
commit b171906162
4 changed files with 32 additions and 4 deletions

View file

@ -99,8 +99,8 @@ public:
protected:
std::string host;
unsigned short port_num;
bool server_online;
bool server_listening;
std::atomic<bool> server_online;
std::atomic<bool> server_listening;
std::vector<RGBController *>& controllers;