Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server does not stop http client threads for closed sessions #9153

Closed
barancev opened this issue Feb 7, 2021 · 1 comment
Closed

Server does not stop http client threads for closed sessions #9153

barancev opened this issue Feb 7, 2021 · 1 comment

Comments

@barancev
Copy link
Member

barancev commented Feb 7, 2021

🐛 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:

for (int i = 0; i < 60; i++) {
  WebDriver driver = new RemoteWebDriver(new ChromeOptions());
  driver.quit();
}

and watch the threads:

image

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

@barancev
Copy link
Member Author

barancev commented Feb 7, 2021

Threads after the fix applied:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant