MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
505 stars 47 forks source link

Failed to stop #57

Closed Bambr-name closed 5 years ago

Bambr-name commented 5 years ago

STOP button doesn't work at all... Sometimes it needs hour for stop, sometimes it never stop.

https://i.imgur.com/3g068GO.png

MalloyDelacroix commented 5 years ago

I believe the problem is that when a download was stopped all content that had not yet been moved to a download thread was cleared and not allowed to start download, but any running threads that were currently downloading content would be allowed to finish the download. This meant that if a large file were being downloaded, it could take hours to finish depending on the internet connection.

This has now been changed. Any content that is being downloaded when the stop signal is sent will be stopped and deleted if not complete.