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

Fixed some outdated usage of quic connection stream handling #40858

Merged
merged 1 commit into from
May 13, 2024

Conversation

kerryjiang
Copy link
Contributor

@kerryjiang kerryjiang commented May 12, 2024

There were some changes of the QuicConnection's API:
OpenStreamAsync => OpenOutboundStreamAsync
AcceptStreamAsync => AcceptInboundStreamAsync


Internal previews

📄 File 🔗 Preview link
docs/fundamentals/networking/quic/quic-overview.md QUIC protocol

OpenStreamAsync => OpenOutboundStreamAsync
AcceptStreamAsync => AcceptInboundStreamAsync
@kerryjiang kerryjiang requested a review from a team as a code owner May 12, 2024 20:18
@dotnet-bot dotnet-bot added this to the May 2024 milestone May 12, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label May 12, 2024
@gewarren gewarren enabled auto-merge (squash) May 13, 2024 22:39
@gewarren gewarren merged commit 7f6d29f into dotnet:main May 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-fundamentals/svc dotnet-networking/subsvc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants