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 have a use-case, where infinite retry might not be an ideal option.
On server 401 response I want to refresh JWT token, so it would be great if there is a chance to configure retry and maybe for my use-case an ability to put 0 retries and complete the stream with some error
The text was updated successfully, but these errors were encountered:
This is a great sugggestion. I was also thinking of providing a config object direct from the client using the package. This will allow more control over the newtwork calls.
Thank you for addressing #21
I have a use-case, where infinite retry might not be an ideal option.
On server 401 response I want to refresh JWT token, so it would be great if there is a chance to configure retry and maybe for my use-case an ability to put 0 retries and complete the stream with some error
The text was updated successfully, but these errors were encountered: