RendyCog
RendyCog
Update : After adding 1s delay (std::this_thread::sleep_for(1000ms);) after connect(), the main thread can receive the message. but sometimes can't receive. Is there any proper way to check whether the connection...
> I don´t think there is a way in zmq to check if anyone is connected. You probably need to implement something yourself, like heartbeats, ping or something else. Thank...
> I have read the topic [Can't open from Navicat #11](https://github.com/devbean/QtCipherSqlitePlugin/issues/11). The issue is not same to me. > I used the `testapp` for test and the result is OK....