bezzad / Downloader

Fast, cross-platform and reliable multipart downloader with asynchronous progress events for .NET applications.
MIT License
1.25k stars 193 forks source link

the download suddenly dispose #125

Closed ZCOREP closed 1 year ago

ZCOREP commented 1 year ago

Hello , I'm using your package for download in my application. i have a download list in my application. sometimes the download suddenly dispose.
why?

bezzad commented 1 year ago

Hi @ZCOREP, Which object is disposed of? The "DownloadService" object is never disposed unless you call the dispose method or use the "using" syntax to dispose of it after a scope. Please share a sample application with me so that I can investigate this issue. Thanks

ZCOREP commented 1 year ago

Hello, Sorry for late. i am using UWP Framework, and MVVM Toolkit. the code is in zip file . its just ye sample SimpleDownload.zip

ZCOREP commented 1 year ago

did you see it?