-
Notifications
You must be signed in to change notification settings - Fork 52
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
Stuck at "Closing connection" state after upload file #20
Comments
I have the same issue. |
Yeah, I had a similar issue myself but wasn't able to dig up the root cause at the time due to capacity constraints. |
For me, this also applies to file downloads. When I execute the download test case, the connection hangs at close. Also the try-finally seems not necessary, since the connection is closed automatically. |
got same issue with client.upload(), a simple app never exits, probably due to this thread: "reader" prio=10 tid=0x00007f70ac3bf000 nid=0x3fb7 runnable [0x00007f70a046d000] |
Looks like this fixes it, ScpTransferable:
|
Here's output log.
The application doesn't close. It will be closed automatically if I just use
client.exec
. Should I close my application manually?The text was updated successfully, but these errors were encountered: