Closed clarisma closed 2 years ago
The Downloader should signal completion of tasks only once the entire transaction has been successfully committed.
Signaling happens after commit(), so this is safe. No need to wait for endTransaction(), which releases the file lock but does not affect visibility.
commit()
endTransaction()
The Downloader should signal completion of tasks only once the entire transaction has been successfully committed.