1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 08:36:14 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Travis Farmer
9bc8c73c9a
Merge 35d1247240 into d46a6f092a 2023-11-14 21:27:52 +00:00

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...
} }
} }
} }