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

if a client already has a lock on a key

Open ORESoftware opened this issue 6 years ago • 0 comments

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 client until the client hears back from the broker

or perhaps queue things after 5 requests have already been sent out to broker

ORESoftware avatar May 26 '18 07:05 ORESoftware