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'm wondering how to be able to use Retry() using the timeout defined in the HTTP client itself - the way that's written the timeout will be of 5 seconds, not 10.
This discussion was converted from issue #1015 on July 17, 2021 15:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
Hi all.
Suppose the following api client:
Then I want to set the underlying HTTP client used for requests, defining a timeout of 10 seconds:
I'm wondering how to be able to use Retry() using the timeout defined in the HTTP client itself - the way that's written the timeout will be of 5 seconds, not 10.
Any suggestions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions