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
Is it intended behaviour that calling release for a lock which has been compromised throws an error? It feels counter-intuitive to me. Maybe we could add a strict mode, which is default true but when its false a compromised lock doesnt throw an error?
The text was updated successfully, but these errors were encountered:
Is it intended behaviour that calling
release
for a lock which has been compromised throws an error? It feels counter-intuitive to me. Maybe we could add astrict
mode, which is default true but when its false a compromised lock doesnt throw an error?The text was updated successfully, but these errors were encountered: