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
When chain this interceptor with another global interceptor that displays an error message, it would be helpful to easily know if this request is the final retry of rax.
Currently, the logic to determine if the current retry is the final one is kind of complicated because of retries and noResponseRetries
The text was updated successfully, but these errors were encountered:
Cool. I currently copied the whole shouldRetryRequest method out to check if a request is the last retry. If we can simply expose the value of it, it should work, too.
When chain this interceptor with another global interceptor that displays an error message, it would be helpful to easily know if this request is the final retry of rax.
Currently, the logic to determine if the current retry is the final one is kind of complicated because of
retries
andnoResponseRetries
The text was updated successfully, but these errors were encountered: