stephb9959
2022-11-12 22:28:32 -08:00
parent 8ea43f455c
commit d38db8e05b
5 changed files with 16 additions and 9 deletions

View File

@@ -71,7 +71,6 @@ namespace OpenWifi {
}
Clients_.erase(Client);
UsersConnected_ = Clients_.size();
std::cout << "How many clients: " << Clients_.size() << std::endl;
}
void UI_WebSocketClientServer::run() {