Hi guys I have noticed that calling pause then resume on an upload sets the task.bytes to 0 even tough the task.totalBytes stays the same. I was expecting it to start where it previously left. I am displaying a progressbar and it gives the impression that the resume did not work.
I know for a fact that the upload resumes correctly since as soon as the task.bytes roughtly equals to the remaining bytes I get a call with task.state === 'completed'.
I have tested it in Android only since I do not have access to an Apple machine at the moment.
I have tried to write a scenario using the example project but I couldn't make it run.
Thank you