Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw exception #9

Open
mousedoc opened this issue Nov 8, 2019 · 5 comments
Open

Throw exception #9

mousedoc opened this issue Nov 8, 2019 · 5 comments

Comments

@mousedoc
Copy link

mousedoc commented Nov 8, 2019

log.txt

This code not working
What is wrong?

List<BackgroundDownloadConfig> configList = GetConfigList();
foreach (var config in configList)
{
    BackgroundDownload.Start(config);
}
@aurimasc
Copy link
Collaborator

Looks like a bug. Is this intermittent issue? Is any of your download very fast to complete?

@aurimasc
Copy link
Collaborator

I believe this should fix an issue with exception:
7299ccb

@mousedoc
Copy link
Author

mousedoc commented Nov 26, 2019

Always happen (not intermittent)
Thanx.

@MantsSk
Copy link

MantsSk commented Nov 26, 2019

Hey @mousedoc ,

Did 7299ccb fix your issue? I am trying to reproduce the issue, but all files are downloaded successfully with the same approach.

@mousedoc
Copy link
Author

@Sidass
I haven't checked yet in 7299ccb

When this bug occurs, the .dl file is created and downloaded, but the frame rate drops because of many exceptions.

Due to the too low frame rate, I couldn't check if the download was possible at runtime, but when I moved the application to the background and later checked, I could see some files downloaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants