picloud patch
This commit is contained in:
@@ -26,6 +26,13 @@ PIString DispatcherClient::address() {
|
||||
}
|
||||
|
||||
void DispatcherClient::close() {
|
||||
static_cast<PIThread*>(eth)->stop(false);
|
||||
eth->close();
|
||||
}
|
||||
|
||||
|
||||
void DispatcherClient::terminate() {
|
||||
eth->stop();
|
||||
eth->close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user