elizarov
06/21/2017, 10:57 AMBroadcastChannel is transmitting sent items only to consumers that were already there at the time when the send if invoked. You need to open all the subscriptions you need first, then start sending the data to the broadcast channel if you want to get it all.