Open haf opened 1 month ago
I'd like to implement cancellation.
Here's how grpc-4.0.1 creates the call. The call itself is cancellable, but it goes into a private field _call, so it's unreachable.
Is there way to cancel the call without reimplementing the generated client?
Something like
I'd like to implement cancellation.
Here's how grpc-4.0.1 creates the call. The call itself is cancellable, but it goes into a private field _call, so it's unreachable.
Is there way to cancel the call without reimplementing the generated client?
Something like