You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[iOS] Fix app getting stuck after reload, fixtutao#4241
We've been accidentally using unix sleep() method instead
of pausing the task which was stopping one whole thread of
the executor.