Merged with master

This commit is contained in:
WolverinDEV
2019-09-14 17:42:43 +02:00
13 changed files with 457 additions and 323 deletions
+1 -1
View File
@@ -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;
}