Hi,
I see that this issue was already reported, but the last message is from middle of November saying that somebody is testing it...
I still have this issue on the version v4.0.30319. Did you fixed the issue and there is a new release?
My code is something like:
```
Public Class test
Private _client As Renci.SshNet.SftpClient
Public Sub Connect()
........
End Sub
Public Sub Close()
__ _client.Disconnect()__
End Sub
End Class
```
I get this error on command _client.Disconnect().
Comments: ** Comment from web user: drieseng **
I see that this issue was already reported, but the last message is from middle of November saying that somebody is testing it...
I still have this issue on the version v4.0.30319. Did you fixed the issue and there is a new release?
My code is something like:
```
Public Class test
Private _client As Renci.SshNet.SftpClient
Public Sub Connect()
........
End Sub
Public Sub Close()
__ _client.Disconnect()__
End Sub
End Class
```
I get this error on command _client.Disconnect().
Comments: ** Comment from web user: drieseng **
Contacted andreipislariu to get feedback.