You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I start a TOSMBSessionUploadTask and then try to suspend it call the suspend() method, but the uploading is continue, and then if calling the resume() method before upload finished, didCompleteWithError and uploadTaskDidFinishUploading will both be triggered. The final result is that upload task will stopped with error, and just part of file be uploaded to the server.
The text was updated successfully, but these errors were encountered:
I start a TOSMBSessionUploadTask and then try to suspend it call the suspend() method, but the uploading is continue, and then if calling the resume() method before upload finished, didCompleteWithError and uploadTaskDidFinishUploading will both be triggered. The final result is that upload task will stopped with error, and just part of file be uploaded to the server.
The text was updated successfully, but these errors were encountered: