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'm using 2.1.0, and I found if there is one file of queue can't receive response from server, the upload queue can not continue to next file. How can I set a timeout function for that?
The text was updated successfully, but these errors were encountered:
I am having trouble with this, too (2.1.2). I retry uploading chunks when they fail, but some just keep uploading for ever, without throwing an error nor timing out.
I'm not sure if this is worth implementing at the moment. One could easily set the desired timeout himself and then call uploader.stop() manually. Basically that's what I'm planning to do internally if I ever decide to get my hands on this.
I'm using 2.1.0, and I found if there is one file of queue can't receive response from server, the upload queue can not continue to next file. How can I set a timeout function for that?
The text was updated successfully, but these errors were encountered: