Fixed server
This commit is contained in:
parent
98eab49e99
commit
b171906162
4 changed files with 32 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue