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

Compare commits

..

2 Commits

Author SHA1 Message Date
Travis Farmer
e9e1efed3f
Merge 961470302d into d46a6f092a 2023-11-16 14:40:38 +00:00
travis-farmer
961470302d
getting rid of a comment 2023-11-16 09:40:08 -05: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; // TJF: what to do... what to do... clients[clientId]=nullptr;
} }
} }
} }