ssh_channel_free fails quite often. Rather than immediately
raise an exception we should retry freeing the channel. This change will
retry freeing the channel up to 3 times with a 50ms wait in between.
I've found this to make our tests that use a SFTP server much more
reliable.
ssh_channel_free fails quite often. Rather than immediately raise an exception we should retry freeing the channel. This change will retry freeing the channel up to 3 times with a 50ms wait in between. I've found this to make our tests that use a SFTP server much more reliable.