[grpc-io] gRPC Cancellation Token

2023-09-22 Thread Ahmet Yılmaz
Hello Everyone, Im working grpc server client project on c++, Im trying to cancel server rpc with a request from client, but I didn'tHow can I cancel server rpc from client side ? Thanks Best regards -- You received this message because you are subscribed to the Google Groups

Re: [grpc-io] gRPC Cancellation Token

2023-09-25 Thread Ahmet Yılmaz
at 1:49:54 AM UTC+3 Sanjay Pujare wrote: > Use context.TryCancel() as described in > https://github.com/grpc/grpc/issues/17292 > > On Fri, Sep 22, 2023 at 1:13 AM Ahmet Yılmaz wrote: > >> Hello Everyone, >> >> Im working grpc server client project on c++, I