garyiscoding opened a new issue, #306:
URL: https://github.com/apache/mina-sshd/issues/306
### Version
2.9.2
### Bug description
Sometimes the client starts quickly and sometimes slowly.
long startTime = System.currentTimeMillis();
client = SshClient.setUpDefaultClient();
client.start();
LOGGER.info(String.format("start client cost [%s] ms",
System.currentTimeMillis() - startTime));
When it is slow, it takes about 90 seconds to start. What is the solution
### Actual behavior
start client cost [9783] ms
### Expected behavior
start client cost [200] ms
### Relevant log output
_No response_
### Other information
_No response_
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]