Skip to content

Fix WaitForConnectionAsync when NamedPipeServerStream is disposed - #52825

Merged
stephentoub merged 8 commits into
dotnet:mainfrom
manandre:dispose-shared-namedpipeserverstream
Jul 18, 2021
Merged

Fix WaitForConnectionAsync when NamedPipeServerStream is disposed#52825
stephentoub merged 8 commits into
dotnet:mainfrom
manandre:dispose-shared-namedpipeserverstream

Conversation

@manandre

Copy link
Copy Markdown
Contributor

@ghostghost added the area-System.IO label May 16, 2021
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @carlossanlop
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #40674

/cc @jaredpar@davidfowl

Author:manandre
Assignees:-
Labels:

area-System.IO

Milestone:-

Comment threadsrc/libraries/System.IO.Pipes/tests/PipeStreamConformanceTests.cs Outdated
Comment threadsrc/libraries/System.IO.Pipes/tests/PipeStreamConformanceTests.cs Outdated
Comment threadsrc/libraries/System.IO.Pipes/tests/PipeStreamConformanceTests.cs Outdated
Comment threadsrc/libraries/System.IO.Pipes/tests/PipeStreamConformanceTests.cs Outdated
Comment threadsrc/libraries/System.IO.Pipes/tests/PipeStreamConformanceTests.cs Outdated
Comment threadsrc/libraries/System.IO.Pipes/tests/PipeStreamConformanceTests.cs Outdated
@manandre
manandreforce-pushed the dispose-shared-namedpipeserverstream branch from b13a2c5 to 6e6e7bbCompareMay 26, 2021 18:46
@manandre
manandreforce-pushed the dispose-shared-namedpipeserverstream branch from 6e6e7bb to ef60a2fCompareJune 1, 2021 22:09
@manandre
manandre requested a review from stephentoubJune 2, 2021 21:45
@stephentoub
stephentoub merged commit c5edf0e into dotnet:mainJul 18, 2021
@ghostghost locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disposing NamedPipeServerStream does not cancel WaitForConnectionAsync

3 participants

@manandre@stephentoub@geoffkizer