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
If a request comes in with a 401 while token refresh is in progress, the completion handler of retry is never called and I believe the request just "disappears."
In fact, documentation for retry states:
The one requirement is that the completion closure is called to ensure the request is properly cleaned up after.
The text was updated successfully, but these errors were encountered:
If a request comes in with a
401
while token refresh is in progress, the completion handler ofretry
is never called and I believe the request just "disappears."In fact, documentation for
retry
states:The text was updated successfully, but these errors were encountered: