madelson / DistributedLock

A .NET library for distributed synchronization
MIT License
1.74k stars 182 forks source link

Core Next Minor - normalize locking in DatabaseConnection.CreateCommand() #217

Open madelson opened 5 days ago

madelson commented 5 days ago

Follow-up to #216. Use this.ConnectionMonitor.AcquireConnectionLockAsync or find a way to move away from multi-threading these objects altogether.