eclipse / paho.mqtt.rust

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

use unbounded channel in get_stream #114

Closed ghost closed 1 year ago

ghost commented 3 years ago

It requires a buffer size right now. Wouldn't using unbounded make this less error prone?

tobdub-snce commented 3 years ago

Having an unbounded channel as an option could be nice.

fpagliughi commented 1 year ago

Fixed by #191, and its follow up.