CefSharp.BrowserSubprocess are not closed when ChromiumWebBrowser is Disposed
问题 I am using CefSharp 55 in WPF. every time I make a new ChromiumWebBrowser , a new CefSharp.BrowserSubprocess.exe appear in the task manager, which is normal. But they don't disappear when I call Dispose() on a ChromiumWebBrowser . They only disappear when I close the Apllication, propably because at that time I call Cef.Shutdown() . I tried to Force GC after the dispose but i change nothing. So if the user keep opening and closing tabs in the web browser, we end up with a lot of CefSharp