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
I'm not sure if this request is appropriate, or is this case too specific.
But in some of the apps I contributed to we used it (with an "imperative" non-reactive code).
The text was updated successfully, but these errors were encountered:
The
retry
approach is described in https://heckj.github.io/swiftui-notes/#patterns-retry.In the exponential backoff approach, the
delay
differs each time (but not randomly :) ).An example of a possible implementation is here: https://peterfriese.dev/posts/swiftui-combine-custom-operators/
I'm not sure if this request is appropriate, or is this case too specific.
But in some of the apps I contributed to we used it (with an "imperative" non-reactive code).
The text was updated successfully, but these errors were encountered: