Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Fixed AFImageDownloader stalling after numerous failures #3150

Merged
merged 1 commit into from Nov 12, 2015
Merged

Fixed AFImageDownloader stalling after numerous failures #3150

merged 1 commit into from Nov 12, 2015

Conversation

rsilva
Copy link
Contributor

@rsilva rsilva commented Nov 12, 2015

The active task count was only being decremented after success. Once the number of failures reaches the maximumActiveDownloads, no more tasks were being started.

…umActiveDownloads.

The active task count was only being decremented after success. Once
the number of failures reaches the maximumActiveDownloads, no more
tasks were being started.
@kcharwood
Copy link
Contributor

Thank you! I bet this was contributing to some testing issues I was running into.

@kcharwood kcharwood added this to the 3.0.0 milestone Nov 12, 2015
@kcharwood kcharwood changed the title Fix AFImageDownloader stalling after numerous failures Fixed AFImageDownloader stalling after numerous failures Nov 12, 2015
kcharwood added a commit that referenced this pull request Nov 12, 2015
Fixed AFImageDownloader stalling after numerous failures
@kcharwood kcharwood merged commit 8c6038c into AFNetworking:3_0_0_branch Nov 12, 2015
@kcharwood kcharwood changed the title Fixed AFImageDownloader stalling after numerous failures Fixed AFImageDownloader stalling after numerous failures Nov 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants