eclipse / paho.mqtt.rust

paho.mqtt.rust
Other
511 stars 102 forks source link

Fix disconnect timeout #202

Closed nicolaskribas closed 9 months ago

nicolaskribas commented 1 year ago

The C library is expecting the disconnect timeout to be given in milliseconds, but we were passing an integer with seconds.

fpagliughi commented 9 months ago

Hey, thanks for this!

The Paho C v1.3.13 update finally came out, so time to get this one all patched up.