PIIODevice threaded read refactoring
This commit is contained in:
@@ -25,8 +25,9 @@ PIString DispatcherClient::address() {
|
||||
return eth->path();
|
||||
}
|
||||
|
||||
|
||||
void DispatcherClient::close() {
|
||||
static_cast<PIThread*>(eth)->stop(false);
|
||||
eth->stopThreadedRead();
|
||||
eth->close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user