Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Fix an issue where onAllComplete can be called multiple times per addFile() call #2022

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 3, 2018

  1. Fix an issue where onAllComplete can be called multiple times per add…

    …File() call.
    
    _getNotFinished, which is used to determine when to fire the onAllComplete callback,
    wasn't accounting for files in the UPLOAD_FINALIZING state. For smaller files, this could
    cause onAllComplete to be called multiple times per set of files passed to addFiles().
    
    Note, the expected result is for onAllComplete() to be called only once per call to addFiles().
    AndrewJDR committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    1f08abe View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    4281536 View commit details
    Browse the repository at this point in the history