Skip to content

Conversation

@cwisniew
Copy link
Member

@cwisniew cwisniew commented May 17, 2025

Merge fix for 1.16 image corruption into 1.17


This change is Reviewable

fishface60 and others added 2 commits May 17, 2025 20:26
This moves the check for whether there is already a request for the
asset inside the requestAsset method to remove a race condition
where AssetManager would synchronize checking whether there was a
request and then request it, which fails when multiple threads are
checking whether the asset is cached in parallel, all get the result
that there are no pending requests, and then submit multiple requests
when there should be only one.
@cwisniew cwisniew added the ignore-for-release-note Wont be auto added to the release note label May 17, 2025
@cwisniew cwisniew merged commit 329ad7c into release-1.17 May 21, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release-note Wont be auto added to the release note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants