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
Added a check for an empty array for the case of contested locks when trying to lock a key. Problematic case was when no locks were successful the callback to fetch from the backing store would be called with empty keys.