-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix double-disconnect assertion when creating unusable account
When creating a new account that can not be connected to, a timeout error is triggered after 30 seconds. If the app was put into background, a disconnect and receiveQueue freeze could happen before the timeout handler tries to disconnect again. Prviosuly this triggered an assertion, now we try to handle that case more gracefully while not introducing new race conditions.
- Loading branch information
1 parent
e64a13b
commit 490e41d
Showing
1 changed file
with
72 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters