WeTransfer-Swift-SDK icon indicating copy to clipboard operation
WeTransfer-Swift-SDK copied to clipboard

Fix AsynchronousDependencyResultOperation with multiple dependencies

Open PimCoumans opened this issue 6 years ago • 0 comments

Currently AsynchronousDependencyResultOperation is used to handle the completion of all running instances of UploadFileOperation combined, but only the last result and error are used. This should be fixed by either allowing for all errors and results to be accessible or handling the UploadFileOperation dependencies better

PimCoumans avatar Jul 18 '18 11:07 PimCoumans