Re: [I] how to set apache mina sshd io thread count? [mina-sshd]

2024-06-16 Thread via GitHub
coderZoe commented on issue #518: URL: https://github.com/apache/mina-sshd/issues/518#issuecomment-2172226499 well,I have discovered another issue: there is a memory leak when reconnecting the client. Here is an example: I register a listener for each session to monitor if the session

[I] how to set apache mina sshd io thread count? [mina-sshd]

2024-06-16 Thread via GitHub
coderZoe opened a new issue, #518: URL: https://github.com/apache/mina-sshd/issues/518 ### Version sshd-core 2.12.0 ### Bug description Hello, I am using sshd-core to interact with some hardware devices. My code is structured as follows: ```java public abst