Skip to content
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

Remove nsquare problem when there are many subscribers #44

Open
rdeoliv opened this issue Jul 18, 2022 · 0 comments
Open

Remove nsquare problem when there are many subscribers #44

rdeoliv opened this issue Jul 18, 2022 · 0 comments

Comments

@rdeoliv
Copy link

rdeoliv commented Jul 18, 2022

Problem:
In the case where there is a high number of subscribers for the same asset, they face the NSquare problem. This is because all subscriber presence actions are being propagated to everyone else subsribed to the channel.

Proposed solution:
We need to add a specific profile for Subscriber-only permission (i.e. without presence publish and presence subscribe)
Those subscribers will get whatever resolution the publisher is providing and are not able to request new resolution.

Side comment:
We could think of creating a Main Subscriber which would be the only client which can request better resolution, but we need to think about how the handover work or what happens if that main subscriber leaves.

┆Issue is synchronized with this Jira Task by Unito

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

No branches or pull requests

1 participant