Closed ThomWright closed 1 year ago
Do we want some safe defaults here? If I specify just a timeout but no connect_timeout, should the connect_timeout be assumed to be the same as timeout?
I like this idea. Done.
I apparently don't have write access to merge 🥺
Adds a
connect_timeout()
option toLoadBalancedChannelBuilder
.Relevant to #37.
Note: hyperium/tonic#1215 will need merging first for this to work.