cloud fixes ...

This commit is contained in:
2024-03-18 10:45:57 +03:00
parent 576d9c79be
commit dd6d91ac1d
3 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ public:
EVENT_HANDLER0(void, printStatus);
const DispatcherClient * getConnection() const { return server; }
double lastPing();
void close();
private:
DispatcherClient * server;