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

update MsQuic version #55291

Merged
merged 2 commits into from
Jul 8, 2021
Merged

update MsQuic version #55291

merged 2 commits into from
Jul 8, 2021

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Jul 7, 2021

I did ~300 runs with updated MsQuic and AcceptStream_ConnectionAborted_ByClient_Throws looks stable.

fixes #55242
contributes to #49157

thanks @nibanks for the updates.

@wfurt wfurt requested a review from a team July 7, 2021 19:11
@wfurt wfurt self-assigned this Jul 7, 2021
@ghost
Copy link

ghost commented Jul 7, 2021

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

Issue Details

I did ~300 runs with updated MsQuic and AcceptStream_ConnectionAborted_ByClient_Throws looks stable.

fixes #55242
contributes to #49157

thanks @nibanks for the updates.

Author: wfurt
Assignees: wfurt
Labels:

area-System.Net.Quic

Milestone: -

@@ -4,7 +4,7 @@
<Uri>https://github.com/dotnet/icu</Uri>
<Sha>e7626ad8c04b150de635f920b5e8dede0aafaf73</Sha>
</Dependency>
<Dependency Name="System.Net.MsQuic.Transport" Version="6.0.0-preview.7.21328.2">
<Dependency Name="System.Net.MsQuic.Transport" Version="6.0.0-preview.7.21357.1">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it ok that <Sha> wasn't changed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so but I'm not 100% cc: @safern
I think the sha is updated when this update is done with darc/maestro.
I did build/restore and I see new version restored in Nuget cache.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah the sha is updated by darc/maestro. However you can also update it manually yourself, but it is not a deal breaker if we don't do it.

@CarnaViire CarnaViire mentioned this pull request Jul 7, 2021
@wfurt wfurt merged commit 989ebf9 into dotnet:main Jul 8, 2021
@wfurt wfurt deleted the quic_#55242 branch July 8, 2021 04:19
@karelz karelz added this to the 6.0.0 milestone Jul 15, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for free to 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.

QUIC: AcceptStream_ConnectionAborted_ByClient_Throw is failing randomly
4 participants