Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix concurrent consumers issue with ReactMarker
Summary: Fix a race condition when multiple consumers try to access ReactMarker and trigger calls to native module. Even though ReactMarker uses `ConcurrentLinkedQueue`, the loop itself could race and cause NPE. Changelog: [Android][Fixed] - Fix race condition with ReactMarker calls to its native module Differential Revision: D47933993 fbshipit-source-id: 8578132e353fdb3829a90355f8fc3c69528a8dd3
- Loading branch information