Merge branch 'thread' of https://git.shs.tools/SHS/pip into thread

This commit is contained in:
2022-11-07 17:50:52 +03:00
12 changed files with 57 additions and 86 deletions

View File

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