Closed HugoHeneault closed 7 months ago
Hello,
Thanks for this great pub!
Without await, getDownloadProgress/whenBatchDownloadsComplete were called (and completed) before download really started, as addDownload is a future.
getDownloadProgress
whenBatchDownloadsComplete
addDownload
Adding awaits and evertyhing works great!
Hello,
Thanks for this great pub!
Without await,
getDownloadProgress
/whenBatchDownloadsComplete
were called (and completed) before download really started, asaddDownload
is a future.Adding awaits and evertyhing works great!