We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://github.com/NitorCreations/willow/blob/master/willow-servers/src/main/java/com/nitorcreations/willow/ssh/RawSecureShellWS.java#L102
Here session is closed in case of error (e.g. can't connect to port 22) but process continues on and tries to run e.g this
run = new RawSentOutputTask(session, new BufferedInputStream(shell.getInputStream(), BUFFER_LEN));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://github.com/NitorCreations/willow/blob/master/willow-servers/src/main/java/com/nitorcreations/willow/ssh/RawSecureShellWS.java#L102
Here session is closed in case of error (e.g. can't connect to port 22) but process continues on and tries to run e.g this
The text was updated successfully, but these errors were encountered: