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

Consume the internalized System.Net.Quic sources #19156

Merged
merged 3 commits into from
Feb 20, 2020

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Feb 19, 2020

This mirrors dotnet/runtime#32549.
@scalablecory I've also pulled in your most recent changes to the shared sources. See the second commit. Fixes #18943

@jkotalik Please help me run a sanity test with MSQuic.

@Tratcher Tratcher added this to the 5.0.0-preview1 milestone Feb 19, 2020
@Tratcher Tratcher requested a review from jkotalik February 19, 2020 18:27
@Tratcher Tratcher self-assigned this Feb 19, 2020
@Tratcher Tratcher requested a review from a team February 19, 2020 18:27
@Tratcher Tratcher marked this pull request as ready for review February 19, 2020 23:05

OperatingSystem ver = Environment.OSVersion;

if (ver.Platform == PlatformID.Win32NT && ver.Version < new Version(10, 0, 19041, 0))
Copy link
Contributor

Choose a reason for hiding this comment

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

This check fails in our repo.

Copy link
Member Author

Choose a reason for hiding this comment

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

@scalablecory this is something we'll need to revisit. Environment.OSVersion is extremely unreliable and shouldn't be used in production code. I'll file an issue.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@jkotalik jkotalik left a comment

Choose a reason for hiding this comment

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

Pending the OS check, lgtm

@wtgodbe
Copy link
Member

wtgodbe commented Feb 20, 2020

@Tratcher is this ready to go? If so please merge

@Tratcher
Copy link
Member Author

@wtgodbe this is now ready to merge but the branch is restricted. Please merge.

@wtgodbe wtgodbe merged commit f26cf4a into release/5.0-preview1 Feb 20, 2020
@wtgodbe wtgodbe deleted the tratcher/syncruntime branch February 20, 2020 18:23
Tratcher added a commit that referenced this pull request Feb 20, 2020
* Consume the internalized System.Net.Quic sources

* More changes from rebase

* Remove Console.WriteLine
@Tratcher Tratcher mentioned this pull request Feb 20, 2020
ghost pushed a commit that referenced this pull request Feb 21, 2020
* Consume the internalized System.Net.Quic sources (#19156)

* Consume the internalized System.Net.Quic sources

* More changes from rebase

* Remove Console.WriteLine

* Additional code sync
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants