-
Notifications
You must be signed in to change notification settings - Fork 37
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
Connection hanging instead of closing gracefully #23
Comments
We appear to have a candidate for a solution. Looking at the underlying SSH2 library that is used by this project, we find the following defect: This is literally "in-flight" as of the time of this report. We looked at the suggested pull request for the SSH2 1111 bug and tested it locally (a patch) and it "seems" to have worked. We will continue to investigate but, at this point, I'm assuming/thinking that the root problem is a defect in SSH2 and when that is cured, the resolution will propagate up to this package too. |
I have manually patched in the change introduced by this PR and have confirmed it solves our issue. We're now just waiting for @mscdex to approve/release mscdex/ssh2#1111 |
I can say based on testing that it will be |
When our sender attempts to upload files, they're experiencing the following:
I have sent you the mentioned log1.txt via email.
The text was updated successfully, but these errors were encountered: