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

@@ -39,7 +39,7 @@ public:
//! \~english Notify one waiting thread, which waiting on \a wait() function
//! \~russian Уведомить один из ожидающих потоков, которые висят на методе \a wait()
void notifyOnce();
void notify();
private:
ullong cnt;