chromiumembedded / java-cef

Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
https://bitbucket.org/chromiumembedded/java-cef
Other
648 stars 142 forks source link

Can you disclose the PID of CefClient so that the pid can be killed when the rendering process cannot be released normally? #472

Open wjw465150 opened 5 months ago

wjw465150 commented 5 months ago

Can you disclose the PID of CefClient so that the pid can be killed when the rendering process cannot be released normally?

When CefClieng.dispose() is called and the rendering process cannot be disposed, the kill pid method can be used to dispose the rendering process.