You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In #19 the
DefaultRoomStatus
creates an array ofSubscription
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
The text was updated successfully, but these errors were encountered: