grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

Implement connection attempt exponential timeout

Open ejona86 opened this issue 9 years ago • 0 comments

This is not for exponential backoff, but for exponential timeout. Currently the timeouts involved aren't tuned at all between attempts. We want to have a single timeout applying to all parts of the connection attempt, as defined in the connection backoff spec. This generally prevents the need for users to specify connect timeouts.

ejona86 avatar Jun 16 '16 21:06 ejona86