bofeizhu / swift-nio-mqtt

MQTT v5.0 client powered by SwiftNIO.
Apache License 2.0
24 stars 7 forks source link

Add disconnect function to client #63

Open rutmb opened 4 years ago

rutmb commented 4 years ago

Hi there. Thanks for your library!

Tell me please how should we properly disconnect from an MQTT broker?

bofeizhu commented 4 years ago

Hi @rutmb, This project is still WIP and doesn't currently have a disconnect interface. Feel free to submit a PR if you'd like to contribute.