Skip to content

HTTPManagerRetryBehavior should support composition #69

Description

@lilyball

We can support retry behavior composition either by exposing the handler property or providing a new function evaluate(for:with:attempt:callback:) (that just calls the handler).

Alternatively we could do more explicit composition that lets you join together two retry behaviors, such that it will invoke the first, and if that says "don't retry" it will then invoke the second.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions