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
Fix leak of subscription reference in closed ArrayBroadcastChannel (#1885)
When ArrayBroadcastChannel was closed it was still retaining a reference to its subscription (even if that subscription was cancelled) while, in fact, either closing a broadcast channel or cancelling subscription should remove the reference.
This is no problem with ConflatedBroadcastChannel, but it is added to the test for completeness.
0 commit comments