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
In SessionManager.allowRetrier() the timeDelay supplied by the request retrier is not honored.
This code path is hit when a request fails due to an AdaptError.
Alamofire v4.2.0
The text was updated successfully, but these errors were encountered:
I just put up PR #1864 to address this issue. I'm going to close this issue out. Please direct all future comments to #1864. Thanks @ejensen for filing! 🍻
In
SessionManager.allowRetrier()
the timeDelay supplied by the request retrier is not honored.This code path is hit when a request fails due to an
AdaptError
.Alamofire v4.2.0
The text was updated successfully, but these errors were encountered: