Rare race condition with keepalive after upgrading to Npgsql 8.0.3
madelson opened this issue · 0 comments
madelson commented
See #209 (comment)
The root cause is Npgsql's command re-use, which means that NpgsqlConnection.CreateCommand()
is not thread-safe.