njh / ruby-mqtt

Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging.
http://www.rubydoc.info/gems/mqtt
MIT License
538 stars 135 forks source link

Allow to clear the queue of waiting incoming messages #117

Closed noefroidevaux closed 5 years ago

noefroidevaux commented 5 years ago

We have queue_empty? and queue_length methods on the MQTT::Client class. But we can't clear the queue if needed. This pull request allows to clear the queue.

noefroidevaux commented 5 years ago

@njh Please tell me if you need something more to accept this pull request.

njh commented 5 years ago

Sorry, yes, looks good.

Thanks for your contribution!

noefroidevaux commented 5 years ago

Perfect, thank you!