inre / rust-mq

RustMQ is the MQTT client written on pure Rust.
MIT License
190 stars 28 forks source link

No support for retain, though available in the API #9

Closed clonejo closed 8 years ago

clonejo commented 8 years ago

It's currently possible to set the retain flag on a message and then publish it. The packet published to the broker has the retain bit set to 0.

inre commented 8 years ago

I found and fixed that bug. Enjoy.