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

FDMaximumConcurrentTasks in IOS no working #332

Open
mpcreza opened this issue Aug 21, 2020 · 9 comments
Open

FDMaximumConcurrentTasks in IOS no working #332

mpcreza opened this issue Aug 21, 2020 · 9 comments

Comments

@mpcreza
Copy link

mpcreza commented Aug 21, 2020

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

@henoktadesse
Copy link

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

@azeek
Copy link

azeek commented Jun 9, 2021

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
Copy link

azeek commented Jul 13, 2021

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.

@Atsumi3
Copy link

Atsumi3 commented Sep 24, 2021

same

@bartekpacia
Copy link
Collaborator

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

@KirstenDunst
Copy link

same error with me by version 1.8.4

@KirstenDunst
Copy link

Xcode version 13.4.1

@KirstenDunst
Copy link

Is this happening because my video is a big download?

@harshrastogi-1
Copy link

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

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

7 participants