This commit is contained in:
2024-03-25 21:34:30 +03:00
parent 77c8681b43
commit 9173dc936d

View File

@@ -67,8 +67,6 @@ void CloudServer::close() {
void CloudServer::stop() {
for (auto & c: connects)
c.disconnect();
for (auto c: clients)
c->close();
server->stop();