Skip to content

Code attempts to load same image multiple times when same image occurs more than once in a view #16

@StephenClarkApps

Description

@StephenClarkApps

It seems the intention of code like

guard !isLoading else { return }

but it also seems that there can be multiple instances and no tracking of a current loading state against an URL inside a single cache instance

is to prevent image loading twice or whatever, however, if we have a view that uses the same image several times, opening Charles shows the images is attempting to be loaded more than once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions