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
Server does not stop http client threads for closed sessions
To Reproduce
Start a standalone server, run a simple scenario that opens and closes sessions:
for (int i = 0; i < 60; i++) {
WebDriver driver = new RemoteWebDriver(new ChromeOptions());
driver.quit();
}
and watch the threads:
Environment
OS: Win10
Browser: any
Browser version: any
Browser Driver version: any
Language Bindings version: java
Selenium Grid version (if applicable): 4.0-alpha-7
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Server does not stop http client threads for closed sessions
To Reproduce
Start a standalone server, run a simple scenario that opens and closes sessions:
and watch the threads:
Environment
OS: Win10
Browser: any
Browser version: any
Browser Driver version: any
Language Bindings version: java
Selenium Grid version (if applicable): 4.0-alpha-7
The text was updated successfully, but these errors were encountered: