-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure a channel can be deleted multiple times (#363)
* Ensure a channel can be deleted multiple times If the channel get deleted because a failure happened on the remote, and than a similar failure happens on the local as a result, the channel delete could happen twice which would try to send the close message again but the output queue is already destroyed after it was sent the first time. This should not be a failure as we want to be able to delete the channel any time there is a failure. * preen * preen * preen * add missing coverage * Update snitun/multiplexer/core.py * Update snitun/multiplexer/core.py
- Loading branch information
Showing
2 changed files
with
76 additions
and
8 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
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