AtherEnergy / rumqtt

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

Refactor: Add crossbeam channel capacity to MqttOptions #129

Closed mojzu closed 5 years ago

mojzu commented 5 years ago

Allows setting the crossbeam channel capacity, solved a notification send error I was having.

tekjar commented 5 years ago

Ignore the review. I'll add changes on top of this. Thanks :)

mojzu commented 5 years ago

Cheers, now I can switch back to using the official repo :+1: