-
Notifications
You must be signed in to change notification settings - Fork 18
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
grpc.tryShutdown()
never return if client close the connection.
#176
Comments
grpc.tryShutdown()
never return if client close the connect.grpc.tryShutdown()
never return if client close the connection.
I believe this behavior is expected with the Node.js server.close() callback explanation in the above issue: The There might be other active connections left, which means the Related grpc-js code |
WorkaroundAfter testing, it seems that even we have called So we have to ignore it for now and hope we can find the reason in the future. |
Version:
@grpc/[email protected]
Related issue:
Log messages:
Source code:
puppet-service/tests/grpc-stream.spec.ts
Lines 71 to 78 in a764bd2
why-is-node-running
reportThe text was updated successfully, but these errors were encountered: