Replies: 1 comment 5 replies
-
They are likely already being closed correctly. It's likely what you are seeing is the spare render process, more details at https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=18214 |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
In my app I can create and dispose winforms cefsharp browsers for many times, so I need to close all browser BrowserSubProcesses (related to particular browser) right after I dispose it. So they don`t accumulate during app work. One more detail - I cannot kill subprocesses for all browsers at once, because while one browser should be stopped, others can continue working. How can I achieve that?
Currently, when I create browser - 2 new BrowserSubProcess . When I load smth - the 3rd one appears . When I dispose browser - just one of them is removed (another 2 remain). I thought it was related to form (hosting browser), however it works in the same way for Offscreen version.
My OS is Windows7 64x , VS 2019 installed. I use Winforms Cefsharp version, .NET 4.5.2 . Cef version is 90.6.50.0
Beta Was this translation helpful? Give feedback.
All reactions