Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deadlock when a new surface is getting started while another is s…
…topped (facebook#46841) Summary: Pull Request resolved: facebook#46841 Some apps are crashing because surfaces are started and stopped concurrently and this can create a deadlock. This is an attempt to disentangle the deadlock by not moving synchronously to the main queue when starting a surface ## Changelog [iOS][Changed] - Do not move to the main queue synchronously when starting a new surface Reviewed By: fkgozali Differential Revision: D63899469 fbshipit-source-id: 98cb313ebd610c65f6b06a683912856a00102e44
- Loading branch information