paulnsk
paulnsk
After a bit more digging, found [this](https://github.com/npgsql/efcore.pg/blob/08f341d4f08e7120667dad643115165163b99494/src/EFCore.PG/Internal/NpgsqlSingletonOptions.cs#L89) todo item. Applying it seems to have fixed the issue. It was NpgsqlSingletonOptions.ApplicationServiceProvider that was holding a reference to my db context instance...
>they're still rooted (referenced) in some way that prevents the garbage collector from collecting them Yes, it is referenced and hence not collected by GC. Otherwise it would only be...
I started using FreqUI recently, which, apparently is based on these charts. With my config (multiple plots, multiple indicators) the problem becomes very bad very quickly, i.e. as soon as...