Slava Egorov

Results 443 comments of Slava Egorov

I can dedicate a bit of time to this, but very limited amount. @lejard-h if you are still want to land this PR, could you rebase it? (I can't rebase...

@matejkramny Yeah, I agree that documentation could be somewhat improved at least to refer to the core libraries doc. Feel free to submit PR expanding it.

> I will do, is this over here or at the grpc/grpc.io project? Thanks Over here. Just add information in a doc-comment on `ChannelCredentials.secure`.

Just to clarify: does the network go down during a gRPC call and you don't get any error or it just goes down before the call and you don't get...

We don't really have bandwidth to implement this feature. We would be happy to take PR implementing it though.

Unfortunately that's an expected behaviour from the current implementation. Currently gRPC-Web protocol implementation builds on top of XHR API which does not actually have any concept of streaming - instead...

There is a detailed design for gRPC retries (https://github.com/grpc/proposal/blob/master/A6-client-retries.md). I think at least C++ and Java implement it right now. I am not sure about other libraries. I don't think...

@JohnGalt1717 if this is something you need I suggest contributing a PR - because as I have said we don’t really have bandwidth beyond reviewing PRs and doing small emergency...

The question is rather ambiguous, so I don't know whether to say `yes` or `no`. Interceptor is called before you make the call and also can listen for responses because...