-
Notifications
You must be signed in to change notification settings - Fork 125
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: Close connections in gRPC server on shutdown #2089
Conversation
What is the difference between using the custom AsyncWrite implementation and |
Our custom implementation |
Okay, I dove way too deep into the source code of tonic and hyper. The way we used to do it with an
|
It works correctly, but we can't wait for all connections to go down. We need to close the connection from server side. |
Alright, I get it now 👍 |
No description provided.