Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QUIC: Implement cancellation support for QuicConnection.CloseAsync #55155

Closed
geoffkizer opened this issue Jul 4, 2021 · 3 comments
Closed

QUIC: Implement cancellation support for QuicConnection.CloseAsync #55155

geoffkizer opened this issue Jul 4, 2021 · 3 comments
Labels
api-needs-work API needs work before it is approved, it is NOT ready for implementation area-System.Net.Quic
Milestone

Comments

@geoffkizer
Copy link
Contributor

The cancellationToken is ignored currently.

@geoffkizer geoffkizer added this to the 6.0.0 milestone Jul 4, 2021
@ghost
Copy link

ghost commented Jul 4, 2021

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

Issue Details

The cancellationToken is ignored currently.

Author: geoffkizer
Assignees: -
Labels:

area-System.Net.Quic

Milestone: 6.0.0

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 4, 2021
@ManickaP ManickaP removed the untriaged New issue has not been triaged by the area owner label Jul 6, 2021
@karelz
Copy link
Member

karelz commented Jul 15, 2021

Triage: This behavior of QuicConnection does not seem to be critical for 6.0. On QuicStream it is.
Moving to 7.0.

@karelz karelz added the api-needs-work API needs work before it is approved, it is NOT ready for implementation label Jul 15, 2021
@karelz karelz modified the milestones: 6.0.0, 7.0.0 Jul 15, 2021
@ManickaP
Copy link
Member

Closing since this is covered by #68902, at best we can cancel waiting for the event, there's no way to cancel an operation in msquic.

@ghost ghost locked as resolved and limited conversation to collaborators Jul 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api-needs-work API needs work before it is approved, it is NOT ready for implementation area-System.Net.Quic
Projects
None yet
Development

No branches or pull requests

3 participants