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

Find a way to clean up arrays of subscriptions #36

Open
lawrence-forooghian opened this issue Sep 3, 2024 · 0 comments
Open

Find a way to clean up arrays of subscriptions #36

lawrence-forooghian opened this issue Sep 3, 2024 · 0 comments
Labels
enhancement New feature or improved functionality.

Comments

@lawrence-forooghian
Copy link
Collaborator

lawrence-forooghian commented Sep 3, 2024

In #19 the DefaultRoomStatus creates an array of Subscription objects to which it can emit status updates. We need a way to remove subscriptions from this array once they're no longer needed. In 20e7f5f I said that there might be a way to do this automatically based on some event (I’m being very vague here because I don't know what); let's look into that. Else we might need to introduce the unsubscribe methods from JS.

┆Issue is synchronized with this Jira Task by Unito

@lawrence-forooghian lawrence-forooghian added enhancement New feature or improved functionality. bug Something isn’t working. It’s clear that this does need to be fixed. and removed enhancement New feature or improved functionality. labels Sep 3, 2024
@lawrence-forooghian lawrence-forooghian added enhancement New feature or improved functionality. and removed bug Something isn’t working. It’s clear that this does need to be fixed. labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improved functionality.
Projects
None yet
Development

No branches or pull requests

1 participant