Unloading of assemblies fails #190
-
I'm tinkering around with developing a dedicated server which connects to a PostgreSQL database using Entity Framework Core. Functionality-wise everything is fine, but I'm getting the following output when stopping playing in editor:
The editor hangs for quite a few seconds before the messages appear. I haven't dug too deep into the issue yet, but maybe you have an idea what may cause the EF core libraries to not unload properly? This is certainly related to the actual DB context, because the hang doesn't occur when I'm not doing any database interaction. I have a "using" around the DB context. Any ideas or pointers what I should look into? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This error indicates that one of the 3rd-party dependencies don't support unloadability. Please, see #110. |
Beta Was this translation helpful? Give feedback.
This error indicates that one of the 3rd-party dependencies don't support unloadability. Please, see #110.