Re: [grpc-io] gRPC Cancellation Token

2023-09-25 Thread Ahmet Yılmaz
hello again, What I'm really curious about is that when I use the context.IsCanceled() method in the asynchronous server stream application to receive the cancel request on the server side, not the TryCancel method, the program terminates with a segmentation fault error. If I need to give more

Re: [grpc-io] Re: How to look up server?

2023-09-25 Thread 'Eric Anderson' via grpc.io
IServiceManager looks to be only for Binder, so it doesn't make sense to use it with a plain HTTP/2. You'd need to know the port the server is running on for that. But your high-level goals are unclear. So you'd have to give more background on your use-case for me to give a better reply, as you