-
-
Notifications
You must be signed in to change notification settings - Fork 942
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
Hanging Issue #294
Comments
I figured I would update this thread as I changed the code some. Smaller compress files seem to work fine still but on larger ones that take a hour or more still get hung. With this code it stops on reader.readline. ` Dim out_response As New List(Of String)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a project that is multi threaded running about 8 threads. Most of the ssh calls are very short calls looking for files, verifying size, doing a delete here and there though the process. However on calls that are compressing the file which can take up to 45+ minutes the task gets stuck on execute.
It never gets a response back so I can not confirm it was completed. It does not happen all the time and i am not sure what to do next. I get no error just hangs on move_tar_result = move_tar_file.Execute().
I have asked if there were max connections or a timeout and the system admin said no. Maybe there is a better way?
The text was updated successfully, but these errors were encountered: