golavr / SegmentDownloader

Download manager for .net supporting segmented downloading with pause and resume. Project was migrated to https://github.com/golavr/SegmentDownload
9 stars 4 forks source link

[Question] Is there any config that affect this library? #1

Closed haiduong87 closed 5 years ago

haiduong87 commented 6 years ago

Hi @golavr ,

I tried these libraries: https://www.nuget.org/packages/SegmentDownloader.Protocol/ https://www.nuget.org/packages/SegmentDownloader.Core/

It worked on a tested solution. (I created my own based on the console sample) But when I applied to my real project, it ran very slow. I used same code, download same url.

I also tried: while the real project was downloading, I opened the tested one and ran. And the tested solution finished, while the real project ran forever... (I left office and leave it there)

Do you have any idea?

Thanks alot,

Duong Nguyen

golavr commented 6 years ago

The only thing i can think of is the configuration. Make sure you add the configuration sections to your "real project" app.config.