-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix WaitForConnectionAsync when NamedPipeServerStream is disposed (#5…
…2825) * Fix WaitForConnectionAsync when NamedPipeServerStream is disposed * Align Unix implementation on broken pipe IO exception as on Windows * Add missing methods to test against ObjectDisposedException * Apply suggestions from code review Co-authored-by: Stephen Toub <[email protected]> * Rebase and fix suggestions * Cancel Accept on dispose * Improve test * Apply suggestions from code review Co-authored-by: Stephen Toub <[email protected]>
- Loading branch information
1 parent
e8be7f2
commit c5edf0e
Showing
2 changed files
with
96 additions
and
25 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