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
From the note in the Lock Component documentation page I do understand that if two services create 2 locks with the same name they do not lock each other.
But I've made a test calling 2 different requests, each one calling to a different controller and service and one did lock the other.
Maybe this only happens inside the same request? Maybe you meant that 2 lock creations with the same name in the same request give 2 different locks?
In any case I think the explanation should be improved or removed if it is unnecesary.