PIIODevice remove init
picloud dispatcher fix
This commit is contained in:
@@ -27,13 +27,7 @@ PIString DispatcherClient::address() {
|
||||
|
||||
|
||||
void DispatcherClient::close() {
|
||||
eth->stopThreadedRead();
|
||||
eth->close();
|
||||
}
|
||||
|
||||
|
||||
void DispatcherClient::terminate() {
|
||||
eth->stop();
|
||||
eth->softStopThreadedRead();
|
||||
eth->close();
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ public:
|
||||
~DispatcherClient();
|
||||
void start();
|
||||
void close();
|
||||
void terminate();
|
||||
void sendConnected(uint client_id);
|
||||
void sendDisconnected(uint client_id);
|
||||
void sendData(const PIByteArray & data);
|
||||
|
||||
Reference in New Issue
Block a user