picloud hang fix try :`-(

This commit is contained in:
2024-09-06 08:05:26 +03:00
parent a0454b809d
commit 16a818c95e
2 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ public:
EVENT2(dataReadedServer, uint, id, PIByteArray &, ba)
EVENT0(pingReceived)
PIObject::Connection connect_link;
private:
EVENT_HANDLER1(void, readed, PIByteArray &, data);
EVENT_HANDLER1(void, disconnected, bool, withError);