stephb9959
2022-11-14 10:09:59 -08:00
parent a1f0fafed1
commit 12f003bb09
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() {