yosssi/gmq

invalid PINGRESP Packet

kostasoft opened this issue · 1 comments

Hi.
Thanks for excellent MQTT client!
I use your client together with the broker from hrotti in one application.
After a while after start of my application (in which your client is connected to the broker, subscribes for a topic and waits for messages), the client falls with an error: "invalid PINGRESP Packet"
As I understand, the server for some reason ceases to respond to ping. And how it is possible to make reconnect in case of miss of the response to ping from the broker?
That the client didn't fall, and tried to be reconnected?

62che commented

Hello.
I am getting same error message as you!
In my debugging, i found that concurrency problem with this code.
So i will suggest to project owner to fix it!