You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New download managers from bugfix/imagelink-download-duplicates-raceconditions-threadsafety branch will allow cancellation of downloads in progress, and stopping future downloads too.
A few things are needed:
Need to use a download technique that supports cancellation. Probably need to swap to using HttpClient.
Will also need to adjust all download exception handling.
When user changes "SaveHTML" setting, cancel thread html downloads if false.
When a thread is removed, cancel image downloads and cancel html download.
Cancel when user initiates removal, so no more exceptions happen regarding renaming folders.
Search code for comments labeled with this issue's number.
The text was updated successfully, but these errors were encountered:
New download managers from
bugfix/imagelink-download-duplicates-raceconditions-threadsafety
branch will allow cancellation of downloads in progress, and stopping future downloads too.A few things are needed:
Search code for comments labeled with this issue's number.
The text was updated successfully, but these errors were encountered: