You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments