1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-19 16:40:39 +00:00

Merge branch 's00500:master' into master

This commit is contained in:
Martin Mueller
2024-06-28 23:09:34 -04:00
committed by GitHub

@ -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.");