Hey folks, is there any easy way to auto close the...
# coroutines
i
Hey folks, is there any easy way to auto close the BroadcastChanel as soon as the last subscribed channel is closed?
🚫 2
p
The event of having 0 subscribers isn't necessarily a "close" event... I'm afraid you will have to handle it manually
g
It will be available in Flow with share() operator, nothing ready yet