Closed oldgreen closed 6 years ago
Thank you very much, I am checking at this approach to handle the ping message.
Any news here?
@oldgreen Thank you again for your contribution. There was a small issue remaining. After a reconnection, the client would stop trying to ping the server, because the last_pingresp_receive_at value would not be updated. I also did some small refactoring. I have issued a new pull request based on your work: https://github.com/RubyDevInc/paho.mqtt.ruby/pull/47
Could you tell me if those modifications are fine for you?
@p-goudet yes, please feel free to do any modifications. Thanks.
This change have been add in the following mergre request. https://github.com/RubyDevInc/paho.mqtt.ruby/pull/47 Thank you for your contributions
These changes fix the problem described under issue #35 (periodic disconnects when the client keeps frequently sending (only) QoS 0 messages). Please see the individual commit messages for details.