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
I'm pretty sure this is because when ssh2_disconnect is called manually, it removes the session from the list, calling the dtor, and frees the session. This happens before the sftp session close is called. I'm assuming the SFTP dirstream session should be holding a reference to force the correct order of closing, or it should skip closing like in 9fb1cf8.
Can reproduce on IBM i and macOS. Probably a reference counting issue?
The text was updated successfully, but these errors were encountered: