-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(image-loader): queue stucks processing same url more than concurr…
…ency When loading the same url more than the allowed by 'concurrency', the queue may gets stuck, because the logic to prevent same image from loading at same time doesn't release the 'processing' counter , which is incremented always, even when processing a url that is already being processed.
- Loading branch information
Jonas Schumacher
committed
Jul 15, 2018
1 parent
3ce31c0
commit 12e7750
Showing
1 changed file
with
36 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters