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
Make removeDevice drop the subscription for an MTRDevice. (#33767)
MTRDevice uses auto-resubscribe subscriptions. We had tests that set up a
device, then did removeDevice, but that did not clear the subscription, and any
attempts to clear it on the server side would cause it to try to re-subscribe
if the subscription drop was detected.
When invalidating an MTRDevice, we should tear down its subscription.
0 commit comments