убрал лишнее в PICloudServer
This commit is contained in:
@@ -52,7 +52,7 @@ int main(int argc, char * argv[]) {
|
||||
}));
|
||||
CONNECTL(cl, closed, ([&clients, cl](){
|
||||
piCout << "[Server] client closed ..." << cl;
|
||||
cl->stopAndWait();
|
||||
cl->stop();
|
||||
clients.removeAll(cl);
|
||||
piCout << "[Server] client closed ok" << cl;
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user