Skip to content

Progress not getting called #50

@alexandre-g

Description

@alexandre-g

Hi, struggling with the semantics for progress block

Here are two scenarios:

getFile()
        .then(uploadFile)
        .progress {
            /// Not getting called
        }
getFile()
        .then {
            self.uploadFile(fileUrl: $0)
                    .progress {
                        /// Called OK
                    }
        }

Is this the expected behavior? Or am I doing something wrong in the first case?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions