cloud fix ... ((

This commit is contained in:
2024-03-25 21:17:05 +03:00
parent 02a9bfb76f
commit 0d585cfebf
5 changed files with 24 additions and 11 deletions

View File

@@ -18,8 +18,10 @@ public:
const DispatcherClient * getConnection() const { return server; }
double lastPing();
void close();
void stop();
private:
PIVector<PIObject::Connection> connects;
DispatcherClient * server;
PIVector<DispatcherClient *> clients;
PIMap<uint, DispatcherClient *> index_clients;