Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the deadlock issue during shutdown the system layer (#28094)
When the app calls PlatformManager's Shutdown API twice, the function tries to join the abnormal main loop's thread. Adds the prevent function to avoid this deadlock issue.
- Loading branch information