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
541 stars 135 forks source link

Fix packets getting id 1 always. #55

Closed antico5 closed 9 years ago

njh commented 9 years ago

Whoops! Don't know how this got missed for so long. Thanks for the fix.

Please can you write a test for it too?

antico5 commented 9 years ago

Sure :) will write one now.