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

FlutterDownloader seems to ignore concurrency limits #235

Closed
ray-kast opened this issue May 14, 2022 · 3 comments
Closed

FlutterDownloader seems to ignore concurrency limits #235

ray-kast opened this issue May 14, 2022 · 3 comments

Comments

@ray-kast
Copy link
Contributor

I just recently installed Finamp on my phone (iOS 15.4.1) and went to go download a bunch of albums. Maybe I'm misreading the download status indicator, but it appeared that FlutterDownloader consistently launched about 100 or so concurrent downloads at any given point in the process (rather than the configured FDMaximumConcurrentTasks value of 4) resulting in a ~50% download failure rate. I suspect the likely solution to this issue is simply #213 as from what I can tell this is the fault of flutter_downloader, but I felt it was still worth reporting as a potential concern for download management.

@ray-kast
Copy link
Contributor Author

image
Here's a relevant screenshot. The number of failed downloads was originally 178 or so but I've since been chipping away at them by restarting the downloads on individual albums.

@jmshrv
Copy link
Owner

jmshrv commented May 14, 2022

Yeah this is tracked at fluttercommunity/flutter_downloader#332 (there are probably duplicates too), but for Finamp I'll probably have the new download package done before that gets fixed. I think flutter_downloader is working on a 2.0, but it doesn't really fix what I need and development seems slow (or even abandoned if you look at the issues - I don't blame them though since some of those issues are especially low quality)

@jmshrv
Copy link
Owner

jmshrv commented Jul 27, 2023

This personally isn't happening for me, I probably moved onto a patched version of flutter_downloader at some point

@jmshrv jmshrv closed this as completed Jul 27, 2023
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

2 participants