DistributedLock
DistributedLock copied to clipboard
A .NET library for distributed synchronization
I couldn't create `MySqlDistributedSynchronizationProvider` by passing MySQLConnection. But It's working with by passing same connection string `new MySqlDistributedSynchronizationProvider(connectionString)` I also tried without `ProvidePasswordCallback`, that is also not working. Code: services.AddScoped(serviceProvider...
Today, we can't support multiplexing for DbDataSource (only supported in Postgres) because the lock pool is keyed on connection string and also uses connection string as its factory input. We...