Retry chunk upload if something goes wrong
Closed this issue · 0 comments
arkaitzgarro commented
Is your feature request related to a problem? Please describe.
If the upload of a file chunk fails (the network request fails for example), we don't try to upload again, even it is one of the advantages of splitting the file in small pieces.
Describe the solution you'd like
If a chunk upload fails, we should retry X times.
Related to #107