PICloudServer don't delete clients

This commit is contained in:
Бычков Андрей
2022-11-10 19:01:28 +03:00
parent d46f1a137a
commit 39d81dd23b
6 changed files with 27 additions and 11 deletions

View File

@@ -83,6 +83,7 @@ private:
int sendData(const PIByteArray & data, uint client_id);
PIVector<Client *> clients_;
PIVector<Client *> removed_clients_;
PIMap<uint, Client *> index_clients;
PITimer ping_timer;
mutable PIMutex clients_mutex;