stephb9959
2022-11-14 10:11:03 -08:00
parent 43cc667a59
commit eca0e8883a
5 changed files with 13 additions and 4 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() {