tomaswolf commented on issue #721: URL: https://github.com/apache/mina-sshd/issues/721#issuecomment-2786658725
I don't know what groovy might be doing. Please provide a full example that reproduces this as a Java maven project that I can just build and run. If you look for where this thread is created and then at the call hierarchy, you'll find: - [AbstractFactoryManager.checkConfig()](https://github.com/apache/mina-sshd/blob/4a9bd22c46be367cd0f0e50028b661ba70c87b26/sshd-core/src/main/java/org/apache/sshd/common/helpers/AbstractFactoryManager.java#L516) creates the thread - called from [SshClient.checkConfig()](https://github.com/apache/mina-sshd/blob/4a9bd22c46be367cd0f0e50028b661ba70c87b26/sshd-core/src/main/java/org/apache/sshd/client/SshClient.java#L395) - called from [SshClient.start()](https://github.com/apache/mina-sshd/blob/4a9bd22c46be367cd0f0e50028b661ba70c87b26/sshd-core/src/main/java/org/apache/sshd/client/SshClient.java#L455) So evidently something creates and starts an `SshClient`, and never closes it. But that seems hardly a fault of the Apache MINA sshd library. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org