-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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.Serve returns error after GracefulStop #1017
Comments
|
@menghanl: So, assuming that I log all errors returned from Also, is there any situation in which |
One way to get a clean log is to filter errors with |
#1018 created |
Steps to reproduce:
server.GracefulStop()
Expected result:
server.Serve()
returns nil errorActual result:
server.Serve()
returnsaccept tcp [::]:50051: use of closed network connection
Output:
The text was updated successfully, but these errors were encountered: