madelson / DistributedLock

A .NET library for distributed synchronization
MIT License
1.92k stars 198 forks source link

Added case for rare race conditions on azure lease #228

Open MartinDembergerR9 opened 1 month ago

MartinDembergerR9 commented 1 month ago

Sometimes a race condition occures when a lock acquire is cancelled after creating the blob but another one has successfull acquired this one.