cloud fix ... ((

This commit is contained in:
2024-03-25 21:17:05 +03:00
parent 02a9bfb76f
commit 0d585cfebf
5 changed files with 24 additions and 11 deletions

View File

@@ -36,6 +36,11 @@ void DispatcherClient::close() {
}
void DispatcherClient::stop() {
eth->stop();
}
void DispatcherClient::sendConnected(uint client_id) {
piCoutObj << "sendConnected" << client_id;
tcp.sendConnected(client_id);