Moritz
Moritz
Thanks for the write-up, this is helpful.
This was fixed by #55 , probably just waiting for the new version publish. I have that on my todo list :)
Possibly a duplicate of #715?
The method `createCall` on the `ClientChannel` is what creates a connection - so as long as you don't send a request, the connection is not established, so no state changes...
> In our case the server is not always available. And when it becomes available, we would like to react by initiating a bunch of requests. This would mean more...
More documentation is always better! Could you send a PR? I am happy to review it.
Right, the documentation could be more clear here. This is probably due to people confusing `grpc` with `grpc-web`... Happy to accept PRs on this!
We split them up a while ago, to make it easier to understand which one failed. I am fine with switching back though.
I normally only look at the steps which failed, which is why am fine with the current solution. I don't think there is a way to group actions, that would...
No, but please feel free to file a PR to implement this in `ChannelOptions`.