2
This commit is contained in:
@@ -67,8 +67,6 @@ void CloudServer::close() {
|
||||
|
||||
|
||||
void CloudServer::stop() {
|
||||
for (auto & c: connects)
|
||||
c.disconnect();
|
||||
for (auto c: clients)
|
||||
c->close();
|
||||
server->stop();
|
||||
|
||||
Reference in New Issue
Block a user