Skip to content

Investigate whether the SocketIO transmitter is "fair" #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jackjansen opened this issue Oct 18, 2024 · 0 comments
Open

Investigate whether the SocketIO transmitter is "fair" #190

jackjansen opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@jackjansen
Copy link
Collaborator

If multiple streams are multiplexed over socketIO it is important that the sender does this fairly, and doesn't first transmits everything available for stream 1, then for stream 2, etc.

Because if it does that and the streams need to be synchronised on the receiver side this would lead to ever-increasing delays (as everything waits for the "unluckiest stream").

@troeggla if you don't have time to look at this assign back please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants