Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS: RCTImageLoader: use static request counter for request IDs (#42720)
Summary: Pull Request resolved: #42720 The request ID was used for in-memory request caching purpose only. There wasn't much reason to use the sophisticated monotonic number, so let's just use a static 64-bit unsigned int counter. With the more-or-less unique UUID prefix, this should have an extremely low chance of collision. Changelog: [Internal] Reviewed By: philIip, sammy-SC Differential Revision: D53205641 fbshipit-source-id: e6da12029624058dc877e9cbe2000af4df938870
- Loading branch information