flutter_downloader
flutter_downloader copied to clipboard
FDMaximumConcurrentTasks in IOS no working
I want to set the maximum concurrent tasks to 1, but it does not work. I even changed the HTTPMaximumConnectionsPerHost from the source code itself, but it didn't work
facing the same issue, setting FDMaximumConcurrentTasks to 1 but still downloads multiple files concurrently ( only on iOS)
Unfortunately this has not been resolved yet.
I'm always downloading the max number...
As a result, users cannot use the Internet, etc. due to network overload while downloading.
https://stackoverflow.com/questions/27021896/nsurlsession-concurrent-requests-with-alamofire
Here's something relevant.
HTTPMaximumConnectionsPerHost
this doesn't work as intended.
Another action must be used to limit the maximum concurrent downloads.
same
Any ideas why the current approach might now work? I'm don't have much experience with iOS.
same error with me by version 1.8.4
Xcode version 13.4.1
Is this happening because my video is a big download?
any update use case : we are using flutter downloader for downloading file in list but for multiple download we need to support single file download at a time bt its downloading the all the files we click ..