Hi everybody!!
I´m new in the use of this library and I have doubts about an error produced sometimes when I execute disconnect instruction.
I have an 10038 error and the error stack trace is something like this:
.....
at Renci.SshNet.Session.Disconnect()
at Renci.SshNet.BaseClient.Disconnect()
.....
I discovered that is a socket error and I think is because I have another sftp library programmed to send to another machine some files running every 5 minutes. This task is programmed in task scheduler (windows) in the same machine that I´m executing your library.
Is possible that socket is "busy" and occurs for this question? Is possible to avoid this error or resolve this in any form?
I´m new in the use of this library and I have doubts about an error produced sometimes when I execute disconnect instruction.
I have an 10038 error and the error stack trace is something like this:
.....
at Renci.SshNet.Session.Disconnect()
at Renci.SshNet.BaseClient.Disconnect()
.....
I discovered that is a socket error and I think is because I have another sftp library programmed to send to another machine some files running every 5 minutes. This task is programmed in task scheduler (windows) in the same machine that I´m executing your library.
Is possible that socket is "busy" and occurs for this question? Is possible to avoid this error or resolve this in any form?