borchero / Squid

Declarative and Reactive Networking for Swift.

Home Page:https://squid.borchero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it make sense to combine retriers? How would I go about it?

jessegrosjean opened this issue · comments

For example I have an authenticated api, so I want to use an authentication retrier, but it also might have network errors, so I want exponential backoff. Is there a suggested way to combine the two?