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