Skip to content

Pausing and resuming an upload causes the task.bytes to be wrong #54

@ericvillemure

Description

@ericvillemure

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions