Re: [Twisted-Python] Conch SFTP Questions

2020-09-24 Thread Robert DiFalco
Here's a gist and here are my high level questions, I hope they make sense and this is enough context. https://gist.github.com/radifalco/5a5cca4bf8d49d5c61113e36f9be7553 1. I would expect a `makeDirectory` to raise an exception when the SSH server closes a connection that is idle for too long (or

[Twisted-Python] Retry: Conch Issues

2020-09-24 Thread Robert DiFalco
I am having troubles with Conch. I've been able to reproduce them in a unit test and all the code is here along with requirements.txt: https://github.com/radifalco/conch_issues I'm trying to reuse my connection, but if it is idle too long the server shuts it down. What I don't understand is why

Re: [Twisted-Python] Request for new Twisted release?

2020-09-24 Thread Adi Roiban
On Wed, 23 Sep 2020 at 18:11, Glyph wrote: > > > On Sep 22, 2020, at 3:42 PM, Craig Rodrigues > wrote: > > Amber, > > Can we have a new Twisted release within the next two months, say in > Nov./Dec. timeframe, or > sooner if you'd like? > > > Given that Amber hasn't been super responsive lately,

Re: [Twisted-Python] Retry: Conch Issues

2020-09-24 Thread Adi Roiban
Hi On Fri, 25 Sep 2020 at 00:15, Robert DiFalco wrote: > I am having troubles with Conch. I've been able to reproduce them in a > unit test and all the code is here along with requirements.txt: >https://github.com/radifalco/conch_issues > > I'm trying to reuse my connection, but if it is idl

Re: [Twisted-Python] Retry: Conch Issues

2020-09-24 Thread Robert DiFalco
Thank you so much Aldi! Yes there are so many little decoupled pieces it's difficult to figre out how to use them in concert. .Let's leave aside the reconnecting option for a minute and just talk about how to percolate errors up. Because currently I want to be able to always return from a FileTrans