AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
202 stars 71 forks source link

Packet::Disconnect is not implemented #130

Closed bbigras closed 5 years ago

bbigras commented 5 years ago

rumqtt 67d1bb465b34bf8ccf2a058fbcb4cbb5ff919ceb

thread '<unnamed>' panicked at 'not yet implemented', /home/bbigras2/.cargo/git/checkouts/rumqtt-97ac1717aa98c207/67d1bb4/src/client/mqttstate.rs:71:18
note: Run with `RUST_BACKTRACE=1` for a backtrace.

The packet is Packet::Disconnect. Because I call client.disconnect().

tekjar commented 5 years ago

@bbigras I'll implement this at some point in future but not for the next 1 month. Feel free to send a pull request if you'd like this to happen sooner :)

denizs commented 5 years ago

Implemented in #135

tekjar commented 5 years ago

Thanks @denizs. Appreciate your help. Keep contributing