-
Notifications
You must be signed in to change notification settings - Fork 23
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
"Cancelled on client" error in gRPC Client streaming RPC scenario #264
Comments
Hello. This problem does not occur in version 6.8.1 [6.8.2] (2023-10-23) I like this great tool. Thank you. |
Thank You. Yes, Version 6.8.1 is working well. |
I would just like to briefly point out that v6.8.1 has a memory leak in the streams. You may need to restart the extension host or the entire IDE from time to time if you notice it in the performance. |
Followed the steps detailed in https://httpyac.github.io/guide/request.html?#client-streaming-rpc
But, getting "Cancelled on client" error in gRPC Client streaming RPC scenario. Am I missing something?
Thank you for sharing the helpful tool.
Code behind the service is provided below.
The text was updated successfully, but these errors were encountered: