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

Fix StreamPool_MultipleStreamsConcurrent_StreamsReturnedToPool #57473

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Aug 22, 2024

Wait for streams to complete before triggering a pool update since they won't be eligible for reuse if they haven't completed.

For #39477

Wait for streams to complete before triggering a pool update since they won't be eligible for reuse if they haven't completed.

For dotnet#39477
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Aug 22, 2024
@amcasey amcasey enabled auto-merge (squash) August 23, 2024 00:05
@amcasey amcasey merged commit 30fb87c into dotnet:main Aug 23, 2024
26 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Aug 23, 2024
@amcasey amcasey deleted the gh39477 branch September 11, 2024 16:26
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.

2 participants