ImageDownloader Concurrency Bug Fixes
Released on 2019-08-27. All issues associated with this milestone can be found using this filter.
Fixed
- Issue where
ImageDownloader
was not dequeuing and cancelling requests correctly in certain race conditions due to Alamofire switching to async request creation.- Fixed by Christian Noon in Pull Requests #371 and #372.