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

TJDropboxURLSessionTaskDelegate progressBlocksForUploadTasks not cleared when upload completes #13

Closed
timonus opened this issue Aug 13, 2016 · 1 comment

Comments

@timonus
Copy link
Owner

timonus commented Aug 13, 2016

Seems the completion callback isn't coming in for upload tasks.

@timonus
Copy link
Owner Author

timonus commented Aug 14, 2016

Resolved in b64197b. TJDropboxURLSessionTaskDelegate is now used for basic upload tasks and download tasks, but nothing else. Using a completion block and using certain NSURLSessionDelegate callbacks are mutually exclusive, so keeping it to those two for now so I can keep using the simpler callbacks for other endpoints.

@timonus timonus closed this as completed Aug 14, 2016
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