SDWebImageSwiftUI icon indicating copy to clipboard operation
SDWebImageSwiftUI copied to clipboard

Retry logic on load failure

Open reubits opened this issue 3 years ago • 2 comments

I've noticed that in some cases images do not appear, and I believe it is simply a failure to load due to intermittent network issues. However I would expect SDWebImage to have retry logic, but as far as I can tell it will only retry on reappear. Is it possible to configure the library so that it will retry on failure, for example, up to 3 times? With our own Objective-C image loader we never had this issue.

reubits avatar Apr 09 '21 04:04 reubits

I think i have the same issue. Sometimes and by no reason I have found yet, images just stop loading. Instead the progress view shows without any completion. Just an app restart helps.

Might be related to this Bug:

Working with XCode12.4, iOS: 14.1

ppoh71 avatar Apr 12 '21 19:04 ppoh71

Any solution for this?

fluffy919 avatar Jun 18 '21 14:06 fluffy919