AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
203 stars 72 forks source link

Added unsubscribe method to MqttClient #123

Closed TheBestJohn closed 5 years ago

TheBestJohn commented 5 years ago

Initial unsubscribe implementation. I think all the bases are covered but I am a bit fuzzy in the async part of things.

83 was looking for this.

tekjar commented 5 years ago

Thanks :)