OAuthSwiftAlamofire icon indicating copy to clipboard operation
OAuthSwiftAlamofire copied to clipboard

Requests while refreshing are not handled properly

Open konstk1 opened this issue 5 years ago • 0 comments

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.

konstk1 avatar Aug 30 '19 02:08 konstk1