mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 08:36:14 +01:00
Compare commits
2 Commits
9bc8c73c9a
...
e9e1efed3f
Author | SHA1 | Date | |
---|---|---|---|
|
e9e1efed3f | ||
|
961470302d |
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user