-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
update MsQuic version #55291
update MsQuic version #55291
Conversation
Tagging subscribers to this area: @dotnet/ncl |
@@ -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"> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
I did ~300 runs with updated MsQuic and AcceptStream_ConnectionAborted_ByClient_Throws looks stable.
fixes #55242
contributes to #49157
thanks @nibanks for the updates.