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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added retry functionality i.e completely based on HTTP status codes provided during NetKit initialization. Retry will work for all the requests. It is must, for retry functionality to work, that failure code for given request falls in the range of HTTP status codes provided during NetKit initialization.
Retry for individual request can be disabled by passing 0 as value of maxRetry.
Retry will be attempted in 1.0 second after first failure of given request and retry time is increased by 2.0 seconds on every next attempt.