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