EF Core UI performance issues #95
-
Hi there, I've been having some memory issues with EF Core UI recently, This is the stacktrace Rider has created for me: If there is anything I can do to help, please let me know, thanks, Luke ```Sync execution of rpc java.lang.Exception
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @LukeBennettUK, thanks for that. In fact, this issue has nothing related to performance. It's something like a race condition. We have some work to be done at startup, but sometimes it starts executing too early on the frontend side (Rider frontend), before the backed is started (ReSharper part of Rider). In the newest version that will be released soon, such a problem was gone after refactoring, but it will be available only starting from the 2022.2 Beta version of Rider. See also #73, if you are using the plugin version prior to 1.4.0. If not, then you need to wait for the next release :) |
Beta Was this translation helpful? Give feedback.
Hey @LukeBennettUK, thanks for that. In fact, this issue has nothing related to performance.
It's something like a race condition. We have some work to be done at startup, but sometimes it starts executing too early on the frontend side (Rider frontend), before the backed is started (ReSharper part of Rider).
In the newest version that will be released soon, such a problem was gone after refactoring, but it will be available only starting from the 2022.2 Beta version of Rider.
See also #73, if you are using the plugin version prior to 1.4.0. If not, then you need to wait for the next release :)