ischepin
ischepin
Thanks for the quick response! But as I see this function accepts `GRPC.Client.Stream.t()`, and normally one would have only `GRPC.Channel.t()`. Also I've checked the code for `end_stream`, it will result...
Ok, so it's impossible to do this on client if it's a unidirectional server stream. I've found similar questions on GitHub/stackoverflow for other languages, for example: https://github.com/grpc/grpc/issues/8023#issuecomment-245402978 The suggestion is...
As you can see I've raised a question in lightningnetwork/lnd repo and it seems that Golang and python implementations allow to cancel unary streams from the client. Would it be...
Is it possible to backport this to 24.8? As I understand this fix is only included into 24.9. Also I guess #63161 can be closed with this fix.