multicast seems to be unreliable
See original GitHub issueThis issue is based on my comment here: https://github.com/cujojs/most/issues/207#issuecomment-194845872
I have this stream which stops emitting events to all subscribers (some still get the event) when I add multicast
:
most.fromEvent('visibilitychange', document)
.map(() => !document.hidden)
.startWith(!document.hidden);
I’m currently trying to reproduce a minimal test case for this. Interestingly adding forEach
to the stream that stops receiving events makes it work again (with multicast
).
Issue Analytics
- State:
- Created 8 years ago
- Comments:22 (12 by maintainers)
Top Results From Across the Web
Unreliable Multicast means Unreliable VMware VSAN
My general assumption is that any form of Multicast is always unreliable. Vendors implementations are universally poor quality and testing is ...
Read more >Unreliable multicast never gets called - Unreal Engine Forums
When I call it on the server it never seems to get replicated down to the clients. It's not essential, so occasionally failing...
Read more >Implement (intentionally) unreliable multicast #6151 - GitHub
For a group I wanted to use multicast, but it turns out that multicast retransmissions block a lot of airtime, which in the...
Read more >IP Multicast Troubleshooting Guide - Cisco
Cause 1. Duplicate multicast packets are received when two routers are configured in dense mode. In dense mode, the device periodically floods the...
Read more >Reliability Issues of the Multicast-Based Mediacommunication
In the case of Application-Layer Multicast (ALM), the hosts use unicast IP delivery, and the routers do not play any special role. Reliability...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@briancavalier I have to thank you! Thanks for your time and work. Happy this could be resolved. 😃
That’s great news, @maxhoffmann. I’ll work on getting this into 0.19.1 by monday.