Multiple App-Instances with 1 SubProcess or separated SubProcesses? #4924
lkienberger
started this conversation in
General
Replies: 1 comment 2 replies
-
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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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