-
Notifications
You must be signed in to change notification settings - Fork 523
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
Maximum concurrent tasks option doesn't work in iOS, when going offline download task doesn't fail #684
Comments
+1 |
2 similar comments
+1 |
+1 |
+1 |
Hi, thanks for the report. I confirm I can reproduce this problem. I hope to find some time to work on the fix, but no promises, unfortunately :)
Are these 2 independent issues? |
Just found out that this is the duplicate of #332. Please continue the discussion there. |
Yes there are two issues, one being about concurrency and other is when we go offline in Android downloads fail but in iOS this it doesn't. |
Maximum concurrent tasks option in iOS not working, flutter downloader downloads all items. When going offline mode downloading tasks not failing in iOS.
Steps to reproduce the behavior:
Used the example given by flutter_downloder plugin, did the configuration mentioned in flutter_downloader plugin iOS integration section from https://pub.dev/packages/flutter_downloader.
Expected behavior
Maximum concurrent tasks should work as it works for Android. In this case only 2 items must download others must remain in queue.
Like Android when going offline downloads must fail.
Screenshots

Device information:
Additional context
Output of flutter doctor -v
The text was updated successfully, but these errors were encountered: