-
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
FDMaximumConcurrentTasks in IOS no working #332
Comments
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 |
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
The text was updated successfully, but these errors were encountered: