some unsuccessfull fixes for picloud

This commit is contained in:
Бычков Андрей
2022-11-07 17:32:10 +03:00
parent f08a07cab0
commit 93a1bf4f6d
3 changed files with 4 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ PIString DispatcherClient::address() {
void DispatcherClient::close() {
eth->softStopThreadedRead();
eth->close();
eth->interrupt();
}