-
Notifications
You must be signed in to change notification settings - Fork 649
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/grpc-js Abort on ClientReadableStream cancel #1652
Comments
I believe this may be related to #1464. |
Wrapping the |
this works for me |
I've opened an issue against nodejs as I ran into a similar issue nodejs/node#38964 |
I'm investigating it there. |
ping @jasnell: see the stacktrace? Does that tell you anything right away? |
Using workaround mentioned here: grpc/grpc-node#1652 (comment)
Using workaround mentioned here: grpc/grpc-node#1652 (comment)
This is a Node bug and it appears to have been fixed in Node. |
This issue has not been completely fixed in node nodejs/node#38964 is still open |
Yes, I see that that issue was reopened since I made that comment. It is still a Node bug, not a grpc-js bug. |
Problem description
invoking ClientReadableStream.cancel() cause abort
but when I use 'grpc' module with same code, there is no abort.
Reproduction steps
invoke ClientReadableStream.cancel()
Environment
Additional context
The text was updated successfully, but these errors were encountered: