SDWebImageSwiftUI
SDWebImageSwiftUI copied to clipboard
thread issue - isLoading
Within ImageManager, self.isLoading (function load()) is called potentially on a different thread than the main thread (i.e. producing the message 'Publishing changes from within view updates is not allowed, this will cause undefined behavior.') since this is a published var can you please make sure that this does not happen?