reverted disconnecting
This commit is contained in:
parent
7779ba775e
commit
3b8c1f07c3
1 changed files with 2 additions and 2 deletions
|
@ -228,8 +228,8 @@ void NetworkPluginServer::handleSessionFinished(Backend *c) {
|
|||
(*it)->handleDisconnected("Internal Server Error, please reconnect.");
|
||||
}
|
||||
|
||||
c->connection->onDisconnected.disconnect_all_slots();
|
||||
c->connection->onDataRead.disconnect_all_slots();
|
||||
// c->connection->onDisconnected.disconnect_all_slots();
|
||||
// c->connection->onDataRead.disconnect_all_slots();
|
||||
|
||||
m_clients.remove(c);
|
||||
delete c;
|
||||
|
|
Loading…
Add table
Reference in a new issue