Chase

Results 5 comments of Chase

Hey @yonaskolb, have you had a chance to look at this?

Upon further investigation, the retrier isn't getting called on 401s because by default, they aren't considered errors. To make it work, `.validate()` needs to be called on the request: `let...

@yonaskolb As an alternative, it would be nice if RequestBehaviour had an additional protocol function to validate the response code/contents so we can tell SwagGen/Alamofire if the response should be...

We had to remove DZNEmptyDataSet from our project because of this bug. This is why you don't method swizzle.