-
Notifications
You must be signed in to change notification settings - Fork 6
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
Upload task cancelled without resumedata #9
Comments
Without more details it's hard to troubleshoot here, but it's not unlikely that the Swift NIO example in this repository is not compatible with latest iOS versions anymore. Newer iOS releases have upgraded their version for resumable uploads while this example was not updated anymore. However, the Swift NIO implementation for resumable uploads has been merged into swift-nio-extras and is maintained as I hope this helps. |
I have cloned the repository and run the swift-nio, go servers and from client iOS app when I'm trying to upload video, it's always cancelled without resumable data it's always "No resume data available" `// import Foundation class VideoUploader: NSObject {
} |
I don't understand. Did you use the server from https://github.com/apple/swift-nio-extras or not? |
Yes, I have updated now it's working. Pull request : #10 |
I have cloned the repos and run them as it is server - Swift NIO and client iOS it's always cancelled without resumedata.
The text was updated successfully, but these errors were encountered: