You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Should close all processes using cefapp.dispose or close all browser processes and not add new ones using browser.close
And don't load CPU by 100%
Screenshots
Versions (please complete the following information):
Additional context
Sometimes it closes all processes if I use 1 browser, but sometimes 1 process remains, which for some reason loads CPU by 5-20%.
In the code i gave above i create and close browsers many times, but it creates new processes each time
The text was updated successfully, but these errors were encountered:
I also found this problem, calling client.dispose() did not terminate the jcef_helper process.
The version I use is:
OS: CentOS 7
Java Version: JDK 17.0.6
JCEF Version: jcef-api-jcef-0b8e42e
CEF Version: 122.1.10+gc902316+chromium-122.0.6261.112
Describe the bug
I'm having a lot of trouble closing the browser
Processes sometimes remain after closing the browser and for some reason they load the CPU by 100%
browser.close and browser.doclose do not work (do not close processes)
also cefapp.dispose does not close all processes
To Reproduce
Expected behavior
Should close all processes using cefapp.dispose or close all browser processes and not add new ones using browser.close
And don't load CPU by 100%
Screenshots
Versions (please complete the following information):
https://github.com/jcefmaven/jcefbuild/releases/tag/1.0.59
Additional context
Sometimes it closes all processes if I use 1 browser, but sometimes 1 process remains, which for some reason loads CPU by 5-20%.
In the code i gave above i create and close browsers many times, but it creates new processes each time
The text was updated successfully, but these errors were encountered: