ruby-mqtt icon indicating copy to clipboard operation
ruby-mqtt copied to clipboard

Assume publish response as ping response

Open cosmo0920 opened this issue 3 years ago • 1 comments

Fixes #127 This option should be needed due to high frequently traffic environment.

When flood of messages are reached in this client, keep_alive! response may not reached until response timeout and causes MQTT::ProtocolException with "No Ping Response received for xxx seconds".

Signed-off-by: Hiroshi Hatake [email protected]

cosmo0920 avatar Dec 09 '20 06:12 cosmo0920

Cool! Exactly my case. Thx!

phlegx avatar Sep 05 '23 18:09 phlegx