live-mutex icon indicating copy to clipboard operation
live-mutex copied to clipboard

High-performance networked mutex for Node.js libraries.

Results 15 live-mutex issues
Sort by recently updated
recently updated
newest added

instead create a setTimeout, every 10 ms or so

enhancement

If a certain client already has a lock on a key, e.g.: ``` client.lock('foo', ...); client.lock('foo', ...); ``` then why send it to the broker? just queue it in the...

enhancement

Passing Infinity to lockp cannot acquire the lock at all, passing 800000 will run correctly

bug

https://stackoverflow.com/questions/51352821/prevent-dev-branch-from-being-worked-on-locally

hauskeeping

Upon uncaught exceptions in the broker 1. flip a boolean, and deny any incoming lock requests 2. remove all locks, then shutdown