Joe Carr
Joe Carr
Thank you very much for your reply. We do not use `TransactionScope` nor `KeepAlive`. We've got the logger integrated, and are attempting to issue with the logging enabled. Will follow...
Hello @vonzshik , we were able to reproduce the situation with Npgsql logging enabled : https://gist.github.com/joecarr/ff4c63d16a9113f47a057460c925b855. `Sending cancellation...` appears to be the source of the issue, but unsure why it...
1. Understood 2. This is interesting, because we're running an integration test which creates a new connection (via NHibernate), and executes 1 select statement. No previous query/action of which I...
We've attempted to reproduce this issue with a simple console app both with and without NHibernate, and both throw the expected `Npgsql.NpgsqlException (0x80004005): Exception while reading from stream`. We're going...