-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
I'm using mqtt-nio with Swift Concurrency.
I'm looking to cleanup after every disconnection, and re-establish everything when reconnecting. Ideally, MQTTPublishListener will finish when the channel closes, allowing the control flow of the publish stream to gracefully exit and then for a reconnection attempt to occur - but this currently only happens on shutdown.
Is it worth finishing a MQTTPublishListener stream on channel close also?
Metadata
Metadata
Assignees
Labels
No labels