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 'd like some help to understand why this code is not overriding the default idle connection timeout. In the code below, the connection is not reused correctly when the parameter is set higher than the DefaultHTTPTransportIdleConnTimeout (90s).
Note: I tried to build the client using the NewBuildableClient helper too, same result.
I appreciate any suggestions on the topic. Thanks in advance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I 'd like some help to understand why this code is not overriding the default idle connection timeout. In the code below, the connection is not reused correctly when the parameter is set higher than the
DefaultHTTPTransportIdleConnTimeout
(90s).Note: I tried to build the client using the
NewBuildableClient
helper too, same result.I appreciate any suggestions on the topic. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions