You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect it to throw an exception after 5 seconds if the host is not reachable.
Instead it seems there are 3 connections tries, lasting about 21 seconds each, after which a GRPCUnavailableError occurs. The dialTimeout can be changed, but it doesn't matter.
Is there another way to configure the connection timeout?
BTW, afaict, the example of "defaultCallOptions" for 10 second deadline is wrong - it shouldn't just return a number, but something like { deadline: ... }.
The text was updated successfully, but these errors were encountered:
I have this
I would expect it to throw an exception after 5 seconds if the host is not reachable.
Instead it seems there are 3 connections tries, lasting about 21 seconds each, after which a GRPCUnavailableError occurs. The dialTimeout can be changed, but it doesn't matter.
Is there another way to configure the connection timeout?
BTW, afaict, the example of "defaultCallOptions" for 10 second deadline is wrong - it shouldn't just return a number, but something like
{ deadline: ... }
.The text was updated successfully, but these errors were encountered: