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

Edge nodes should keep track of orchestrator channel subscriptions instead of relying on active streams #108

Open
haydenmc opened this issue Mar 14, 2021 · 0 comments

Comments

@haydenmc
Copy link
Member

Stale FtlClient relay connections may still exist even after a channel subscription is removed, causing the Edge node to potentially send extra unsubscribe events.

See here:

if (streams.count(channelId) <= 0)

Solution: Edge needs to keep track of its subscriptions, and not just unsubscribe/subscribe based on active streams

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

1 participant