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

Change QUIC transport to use multiple calls to QuicStream.WriteAsync #42464

Merged
merged 2 commits into from
Jul 1, 2022

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Jun 28, 2022

QuicStream may remove the QuicStream.WriteAsync(ReadOnlySequence<byte> buffer, bool endStream) overload. This PR is trying out using the standard WriteAsync(ReadOnlyMemory<byte> data, bool endStream) call.

Tests will probably fail. I think there is a bug in QuicStream: dotnet/runtime#71370

@@ -2,19 +2,38 @@
"solution": {
"path": "..\\..\\..\\AspNetCore.sln",
"projects": [
"src\\DataProtection\\Abstractions\\src\\Microsoft.AspNetCore.DataProtection.Abstractions.csproj",
Copy link
Member Author

Choose a reason for hiding this comment

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

All the changes in slnf are from HttpStress project dependencies. That project was added to this slnf in another PR: #42030

cc @halter73

@JamesNK JamesNK merged commit 57b814b into main Jul 1, 2022
@JamesNK JamesNK deleted the jamesnk/quictransport-writeasync branch July 1, 2022 23:32
@ghost ghost added this to the 7.0-preview7 milestone Jul 1, 2022
@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.

3 participants