Also, I’ve found a bug in `ArrayBroadcastChannel`....
# coroutines
e
Also, I’ve found a bug in
ArrayBroadcastChannel
. It currently blocks when there are no subscibers (e.g. works like
Flowable.share
) which it is not supposed to do (conceptually and by its docs)