Skip to content

Conversation

@cwisniew
Copy link
Member

@cwisniew cwisniew commented May 21, 2025

Three small changes that were added to 1.17 need to be merged into develop

  • Serialise Nulls for the json.indent macro function
  • Don't attempt to detatch tool if it is null
  • Fix for corrupted images sent to clients

This change is Reviewable

cwisniew and others added 6 commits April 13, 2025 10:03
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 21, 2025
@kwvanderlinde kwvanderlinde added this pull request to the merge queue May 21, 2025
Merged via the queue into develop with commit 57f8809 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