Hi, I’ve got mqttclient which in current implement...
# coroutines
p
Hi, I’ve got mqttclient which in current implementation sends messages to Channel. Would flow be something I would benefit from, or should I stay with Channels, since mqttclient is hot source in nature?
g
I don’t think that it would be somehow significantly better with Flow, but with Flow you have more operators and it’s easier to use on consumer side