1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-22 23:14:14 +00:00

Merge pull request #301 from ChrSchu90/master

Cleanup of disconnected clients
This commit is contained in:
Lukas Bachschwell 2024-06-03 21:23:12 +02:00 committed by GitHub
commit 731e6c68d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -449,6 +449,11 @@ void ESPUIClass::onWsEvent(
}
else
{
if(type == WS_EVT_CONNECT)
{
ws->cleanupClients();
}
if (MapOfClients.end() == MapOfClients.find(client->id()))
{
// Serial.println("ESPUIClass::OnWsEvent:Create new client.");