This message was deleted.
# announcements
s
This message was deleted.
g
Just do not use launchIn and use
collect
Also offer is by definition not safe way to send data to the channel, you probably should use
send
Also you can add buffer
s
yeah, I wrap offer in try/catch extension. collect doesn’t work here either, launchIn is just a shortcut to it thanks for reply
h
BroadcastChannel
will be deprecated in favor of
SharedFlow
, so you could try making the switch