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

Add a isCancelled property to MXHTTPOperation #203

Closed
manuroe opened this issue Dec 14, 2016 · 1 comment
Closed

Add a isCancelled property to MXHTTPOperation #203

manuroe opened this issue Dec 14, 2016 · 1 comment

Comments

@manuroe
Copy link
Contributor

manuroe commented Dec 14, 2016

Thus we could avoid to call mutateTo on an cancelled operation.

MXHTTPOperation could inherit from NSOperation that would help to mix HTTP requests and encryption/decryption requests but the feasibility needs to be checked.

@manuroe
Copy link
Contributor Author

manuroe commented Mar 23, 2017

We have now a isCancelled property thanks to #274.
Its check when calling mutateTo has been moved to #276.

@manuroe manuroe closed this as completed Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant