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
It looks to me like if we pass a no-longer-running controller to deviceWithNodeID to create an MTRDevice we will:
Have a reference cycle.
Never break it, because the controller is already shut down.
Maybe the right thing to do in this case is simply to not add the device to the map (which is the state we would be in if we created the device first, and then shut down the controller)...
The text was updated successfully, but these errors were encountered:
It looks to me like if we pass a no-longer-running controller to
deviceWithNodeID
to create anMTRDevice
we will:Maybe the right thing to do in this case is simply to not add the device to the map (which is the state we would be in if we created the device first, and then shut down the controller)...
The text was updated successfully, but these errors were encountered: