One could consider this a bug in SSH.NET, but I'm inclined to say that you should close/dispose the SftpFileStream or StreamReader/StreamWrter that you obtained by invoking a method on SftpClient before disconnecting.
Can you review your code to make sure you're closing/disposing properly ?
Thanks!
Can you review your code to make sure you're closing/disposing properly ?
Thanks!