WPF CefSharp.BrowserSubprocess #3887
-
Hello everybody. We have some issues with instances of the CefSharp.BrowserSubprocess staying alive in our application. We have a control that contains two browsers and can be opened multiple times. On closing the control calls the Dispose function for both browsers but it seems like only one process closes in task manager. This means that over time the processes accumulate and stay open, they don't seem to be causing any issues it's just weird. Is there anything we can do about this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Can be closed. I just realized there was a block of odd code not executing correctly and only one browser was disposed. |
Beta Was this translation helpful? Give feedback.
Can be closed. I just realized there was a block of odd code not executing correctly and only one browser was disposed.