1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-24 05:51:20 +02:00

Compare commits

..

1 Commits

View File

@ -234,7 +234,7 @@ void WifiNINA::checkForLostClients() {
DIAG(F("Remove client %d"), clientId); DIAG(F("Remove client %d"), clientId);
CommandDistributor::forget(clientId); CommandDistributor::forget(clientId);
//delete c; //TJF: this causes a crash when client drops.. commenting out for now. //delete c; //TJF: this causes a crash when client drops.. commenting out for now.
clients[clientId]=nullptr; clients[clientId]=nullptr; // TJF: what to do... what to do...
} }
} }
} }