Closed madelson closed 5 months ago
See https://github.com/madelson/DistributedLock/pull/209#issuecomment-2133539610
The root cause is Npgsql's command re-use, which means that NpgsqlConnection.CreateCommand() is not thread-safe.
NpgsqlConnection.CreateCommand()
See https://github.com/madelson/DistributedLock/pull/209#issuecomment-2133539610
The root cause is Npgsql's command re-use, which means that
NpgsqlConnection.CreateCommand()
is not thread-safe.