Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(AsyncOperation): cancel() and isCancelled behavior #801

Merged
merged 9 commits into from
Aug 15, 2023

Commits on Oct 4, 2022

  1. Add AsyncOperation tests

    KaiOelfke committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3d32db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d45e6db View commit details
    Browse the repository at this point in the history
  3. Update result in HTTPRequest when operation is cancelled

    Without setting the result the completion handler will never be called, but users of the API should expect a callback with a cancellation error as failure result.
    KaiOelfke committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cf7b4b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    4be8782 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    0bebec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c43dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    112066f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    da067ab View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'agolia/master'

    # Conflicts:
    #	.github/workflows/carthage.yml
    #	.github/workflows/pods.yml
    KaiOelfke committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    de93432 View commit details
    Browse the repository at this point in the history