You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly when writing a large string (around 40 MB) we get this error:
Renci.SshNet.Common.SshException: Stale file handle
at Renci.SshNet.Sftp.SftpSession.RequestClose(Byte[] handle)
at Renci.SshNet.Sftp.SftpFileStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.CloseStreamFromDispose(Boolean disposing)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at Renci.SshNet.SftpClient.WriteAllText(String path, String contents)
The text was updated successfully, but these errors were encountered:
Randomly when writing a large string (around 40 MB) we get this error:
Renci.SshNet.Common.SshException: Stale file handle
at Renci.SshNet.Sftp.SftpSession.RequestClose(Byte[] handle)
at Renci.SshNet.Sftp.SftpFileStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.StreamWriter.CloseStreamFromDispose(Boolean disposing)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at Renci.SshNet.SftpClient.WriteAllText(String path, String contents)
The text was updated successfully, but these errors were encountered: