stcn52 / flowlib

Automatically exported from code.google.com/p/flowlib
0 stars 0 forks source link

DownloadManager.DownloadCompleted dont fires when downloading from multiple sources #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Join hub
2. Download filelist from user
3. Start download file
4. Search for alternative sources
5. Add sources to DownloadManager

What is the expected output? 
After downloading, DownloadCompleted event should fire

What do you see instead?
At download finish All segments marked as downloaded, no any events fires.

What version of the product are you using? 
SVN r478

On what operating system?
Windows Vista SP1

Please provide any additional information below.
Sometimes I got exception on line 269 col 47 transfernmdcprotocol.cs
fs.Unlock(trans.CurrentSegment.Start, trans.CurrentSegment.Length);
Exception: File already unlocked
and 
trans.CurrentSegment.Start equals to trans.CurrentSegment.Length

Original issue reported on code.google.com by hackw...@gmail.com on 2 Mar 2009 at 11:25

GoogleCodeExporter commented 9 years ago
Something strange happen. I have updated flowlib to r482 and now it works 
correctly=)

Original comment by hackw...@gmail.com on 16 Mar 2009 at 7:32

GoogleCodeExporter commented 9 years ago
hmm... i will close this issue then.. hope it is gone forever ... :)

Original comment by blomman84 on 16 Mar 2009 at 8:04