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
Fix bg async dispatch
Fixed:
- async dispatch means the expiration handler returns before the task is ended
- The Thread.sleep delay means the task isn't ended promptly
- The weak self reference means the task might never be ended if self is deallocated