madelson/DistributedLock

Rare race condition with keepalive after upgrading to Npgsql 8.0.3

madelson opened this issue · 0 comments

See #209 (comment)

The root cause is Npgsql's command re-use, which means that NpgsqlConnection.CreateCommand() is not thread-safe.