-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not block on network change (#1885)
There was a deadlock due to the usage of the inner actor message loop in handling network changes, which would trigger a deadlock. Additionally the following two fixes are included - clearing endpoint state when connectivity is changed - drop incoming messages when the magicsock is overloaded
- Loading branch information
1 parent
876a0f5
commit 54d5efc
Showing
4 changed files
with
298 additions
and
27 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
Oops, something went wrong.