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
Will there be undesirable effects from doing something this --> client.acquireLock(id, async (err, lock) => {})
A lot of my code that has to happen between setting the lock and releasing is using async/await. Would setting this callback as asynchronous cause issues?
The text was updated successfully, but these errors were encountered:
Will there be undesirable effects from doing something this -->
client.acquireLock(id, async (err, lock) => {})
A lot of my code that has to happen between setting the lock and releasing is using async/await. Would setting this callback as asynchronous cause issues?
The text was updated successfully, but these errors were encountered: