We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before I populate this as a proper bug,
The following is not working, and I suspect it's a bug, please enlighten me.
here is the failing test, which uses GRPC.Stub.cancel https://github.com/elixir-grpc/grpc/compare/master...remotivelabs:elixir-grpc:cancel-failing?expand=1
GRPC.Stub.cancel
And the passing (unmodified) test with Client side streaming
Client side streaming
grpc/interop/lib/interop/client.ex
Lines 253 to 259 in d5ad40a
This is a GRCP.Stub client side issue (or possibly miss use from my side). Cancelling the same stream from a python client does work.
GRCP.Stub
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before I populate this as a proper bug,
The following is not working, and I suspect it's a bug, please enlighten me.
here is the failing test, which uses
GRPC.Stub.cancel
https://github.com/elixir-grpc/grpc/compare/master...remotivelabs:elixir-grpc:cancel-failing?expand=1
And the passing (unmodified) test with
Client side streaming
grpc/interop/lib/interop/client.ex
Lines 253 to 259 in d5ad40a
Initial finding
This is a
GRCP.Stub
client side issue (or possibly miss use from my side). Cancelling the same stream from a python client does work.The text was updated successfully, but these errors were encountered: