SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

Client not connected

Open The-Futurist opened this issue 5 years ago • 3 comments

We get an occasional problem when closing a stream.

Message=Client not connected. ->
at Renci.SshNet.Session.SendMessage(Message message) at Renci.SshNet.Session.Renci.SshNet.ISession.SendMessage(Message message) at Renci.SshNet.Channels.Channel.SendData(Byte[] data, Int32 offset, Int32 size) at Renci.SshNet.Channels.Channel.SendData(Byte[] data) at Renci.SshNet.SubsystemSession.SendData(Byte[] data) at Renci.SshNet.Sftp.SftpSession.SendRequest(SftpRequest request) at Renci.SshNet.Sftp.SftpSession.RequestClose(Byte[] handle) at Renci.SshNet.Sftp.SftpFileStream.Dispose(Boolean disposing) at System.IO.Stream.Close() at System.IO.StreamReader.Dispose(Boolean disposing) at System.IO.TextReader.Dispose() at Renci.SshNet.SftpClient.ReadAllLines(String path, Encoding encoding) at Renci.SshNet.SftpClient.ReadLines(String path)

The apps in question are using SSH.NET 2016.1.0 (net46).

This seems to be the most recent version on the nuget site.

The-Futurist avatar Jul 08 '20 15:07 The-Futurist