PICloud small patches
This commit is contained in:
@@ -154,7 +154,7 @@ void DispatcherServer::disconnectClient(DispatcherClient *client) {
|
||||
//piCoutObj << "INVALID client" << client;
|
||||
return;
|
||||
}
|
||||
//piCoutObj << "remove client" << client;
|
||||
piCoutObj << "remove client" << client->clientId();
|
||||
map_mutex.lock();
|
||||
clients.removeOne(client);
|
||||
CloudServer * cs = index_c_servers.value(client, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user