Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid asset registry deadlocks when looking up assets
When the metadata was already provided by the caller, don't obtain a lock at all - there's no need to. In cases where acquiring the lock is necessary, release it immediately after reading the asset's metadata.
- Loading branch information