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
I've read the code and noticed the following comment:
// TODO: detect "in process" collisions?
Can you explain if its relevant so I can create PR to fix it? what are these in-process collisions that can occur?
As far as I understand, when creating a hash there is "near-unique" number. If creating lock for the same string multiple times, multiple lock objects will be created, but they all going to function appropriately with their database interactions.
The text was updated successfully, but these errors were encountered:
Hi,
I've read the code and noticed the following comment:
// TODO: detect "in process" collisions?
Can you explain if its relevant so I can create PR to fix it? what are these in-process collisions that can occur?
As far as I understand, when creating a hash there is "near-unique" number. If creating lock for the same string multiple times, multiple lock objects will be created, but they all going to function appropriately with their database interactions.
The text was updated successfully, but these errors were encountered: