Compare commits

1 Commits

Author SHA1 Message Date
15dc76c4a7 1 2024-06-06 22:06:40 +03:00

View File

@@ -169,7 +169,7 @@ PICloudServer::Client::Client(PICloudServer * srv, uint id): server(srv), client
PICloudServer::Client::~Client() {
// piCoutObj << "~PICloudServer::Client..." << this;
close();
stopAndWait();
stopAndWait(10000);
// piCoutObj << "~PICloudServer::Client done" << this;
}