You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… and references now closed issue #254
A workaround is to add an openSubscription() call before to get a ReceiveChannel, which has it as experimental (not obsolete), but it's unclear if this method on BroadcastChannel is here to stay or not.
The text was updated successfully, but these errors were encountered:
it's unclear if this method on BroadcastChannel is here to stay or not.
That's why it is still marked as obsolete :)
We are still not sure whether BroadcastChannel is a good abstraction at all (because it's not really a channel and it behaves rather like Flow) and there is a possibility that it will be deprecated in the favor of potential #1082 solution
… and references now closed issue #254
A workaround is to add an
openSubscription()
call before to get aReceiveChannel
, which has it as experimental (not obsolete), but it's unclear if this method onBroadcastChannel
is here to stay or not.The text was updated successfully, but these errors were encountered: