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

server: after GracefulStop, ensure connections are closed when final RPC completes #5968

Merged
merged 1 commit into from Jan 26, 2023

Conversation

dfawley
Copy link
Member

@dfawley dfawley commented Jan 24, 2023

Fixes #5930

RELEASE NOTES:

  • server: after GracefulStop, ensure connections are closed when final RPC completes

@dfawley dfawley added this to the 1.53 Release milestone Jan 24, 2023
@dfawley dfawley merged commit 2a1e934 into grpc:master Jan 26, 2023
1 check passed
@dfawley dfawley deleted the serverdrainclose branch January 26, 2023 00:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GracefulStop hangs forever if the client doesn't the close underlying tcp connection.
2 participants