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
[0.73-stable] Make socketConnections NSDictionary thread-safe (#1986)
#### Please select one of the following
- [ ] I am removing an existing difference between facebook/react-native
and microsoft/react-native-macos 👍
- [ ] I am cherry-picking a change from Facebook's react-native into
microsoft/react-native-macos 👍
- [x] I am making a fix / change for the macOS implementation of
react-native
- [ ] I am making a change required for Microsoft usage of react-native
## Summary:
Cherry-pick of commits from #1980.
## Changelog:
[IOS] [FIXED] - Improve `RCTInspectorDevServerHelper` thread safety
## Test Plan:
Tested this change in an internal app that consumes React Native and
confirmed that it doesn't crash. (Without this change, crashes happened
intermittently but frequently enough that it was noticeable.)
0 commit comments