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
The entire HTTP client is an internal package. There is no way to override the retry logic nor specify the max number of retries. This makes it very hard to have more control over the client.
It seems like everything is abstracted away with very little control given to users of this library. I am not sure why it's designed like this, but this makes it hard to use the library to its full extent.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
The entire HTTP client is an
internal
package. There is no way to override the retry logic nor specify the max number of retries. This makes it very hard to have more control over the client.It seems like everything is abstracted away with very little control given to users of this library. I am not sure why it's designed like this, but this makes it hard to use the library to its full extent.
Somewhat related: #576
The text was updated successfully, but these errors were encountered: