Andrey Kudashkin
Andrey Kudashkin
I'm also experiencing this issue. My information is: Plugin version: 1.0.0 Typescript version: workspace version of 2.6.2 Editor: VSCode 1.32.3 on Windows 10
@vonzshik @roji Now that #3485 has been merged, we need to notify NpgsqlEventSource that the pool has been removed. We can add to NpgsqlEventSource new method, e.g. ```csharp internal void...
Ok, I created a pr (https://github.com/vonzshik/npgsql/pull/1) to support changes #3485 as part of this PR.