Multiple App-Instances with 1 SubProcess or separated SubProcesses? #4924
lkienberger
started this conversation in
General
Replies: 1 comment
-
If you need two different processes then separate cache paths is the only option. Double check your settings. The other option is to take the same approach |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community!
I have an WPF app, where user can start multiple instances and i already read that Cef.Initialize() may only be called once - if I call it 2 times the second app crashes. I already tried to set different cache-patches on both instances, but still the same problem. Is there any solution to use CefSharp-Subprocess for more than 1 instance of my app? E.g. a global SubProcess? I already tried every suggestion i found at google but had no solution until now.
Beta Was this translation helpful? Give feedback.
All reactions