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
The DistributedLockManager type uses DateTime.Now property to calculate the lock validity time and lock expiration time. During the daylight saving time this may result to incorrect behavior due to datetime shifts (+1 hour, -1 hour, etc).
The text was updated successfully, but these errors were encountered:
The
DistributedLockManager
type usesDateTime.Now
property to calculate the lock validity time and lock expiration time. During the daylight saving time this may result to incorrect behavior due to datetime shifts (+1 hour, -1 hour, etc).The text was updated successfully, but these errors were encountered: