Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle all incoming Inspector messages on main thread (facebook#41503)
Summary: Changelog: [Internal] Updates RCTInspectorPackagerConnection to dispatch all messages on the main thread (which is SocketRocket's default behaviour). This is in support of a new CDP implementation in React Native that will strictly assume it's called on the main thread (thus avoiding the need for explicit locking in many places). Reviewed By: javache Differential Revision: D51346659
- Loading branch information