Merged with master
This commit is contained in:
@@ -180,7 +180,7 @@ bool WebClient::closeConnection(const std::chrono::system_clock::time_point& tim
|
||||
unique_lock server_channel_lock(this->server->channel_tree_lock);
|
||||
this->server->unregisterClient(_this.lock(), "disconnected", server_channel_lock);
|
||||
}
|
||||
this->server->groups->disableCache(_this.lock());
|
||||
this->server->groups->disableCache(this->getClientDatabaseId());
|
||||
//this->server = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user