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
Ensure threadsafe access to mutable MTRDeviceController_XPC state. (project-chip#37875)
The node ID and compressed fabric ID can mutate in
controllerConfigurationUpdated:, and that can race with the property getters;
ensure we don't have a data race in that situation.
0 commit comments