flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

FDMaximumConcurrentTasks in IOS no working

Open mpcreza opened this issue 4 years ago • 9 comments

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

mpcreza avatar Aug 21 '20 09:08 mpcreza

facing the same issue, setting FDMaximumConcurrentTasks to 1 but still downloads multiple files concurrently ( only on iOS)

henoktadesse avatar Dec 28 '20 13:12 henoktadesse

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.

azeek avatar Jun 09 '21 03:06 azeek

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.

azeek avatar Jul 13 '21 03:07 azeek

same

Atsumi3 avatar Sep 24 '21 10:09 Atsumi3

Any ideas why the current approach might now work? I'm don't have much experience with iOS.

bartekpacia avatar Aug 18 '22 21:08 bartekpacia

same error with me by version 1.8.4

KirstenDunst avatar Nov 24 '22 06:11 KirstenDunst

Xcode version 13.4.1

KirstenDunst avatar Nov 24 '22 06:11 KirstenDunst

Is this happening because my video is a big download?

KirstenDunst avatar Nov 24 '22 07:11 KirstenDunst

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 ..

harshrastogi-1 avatar Jan 05 '23 11:01 harshrastogi-1