-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Race condition causes imageData to be nil #863
Comments
Problem originally discussed in #764 |
I think this is also related to #847, as I believe that one is also because of racing conditions. Sorry to say but SDWebImage 3.7.1 is really buggy... :-( |
So I say, let's fix it :) |
@bpoplauschi has this issue been fixed. I'm facing the same problem as I'm trying to load the images in the Tableview. Application gets crashed and below error log is got ": ImageIO: CGImageSourceCreateWithData data parameter is nil " Can you please let me know how this can be solved ? |
@bpoplauschi Whether the bug has be fixed in release 3.7.3? |
Should be fixed in the latest 4.x branch. Should revisit after 4.0 is released. |
Thanks to @jdelStrother for this:
Comment 1:
Comment 2:
Comment 3:
The text was updated successfully, but these errors were encountered: