Re: [Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-07 Thread Kevin Conway
I'm still working through your code example and trying to get a better grasp of what, exactly, you're trying to implement as far as client behavior is concerned. In the meantime, it sounds, on the surface, like you are trying to implement a form of the ReconnectingClientFactory: http://twistedmatri

Re: [Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-07 Thread Glyph
> On May 7, 2016, at 12:19 PM, Kevin Conway wrote: > > I'm still working through your code example and trying to get a better grasp > of what, exactly, you're trying to implement as far as client behavior is > concerned. In the meantime, it sounds, on the surface, like you are trying to > imp

Re: [Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-07 Thread Kevin Conway
Thanks, glyph, for the correction. Also, thanks for reminding me that I'm still living in twisted's past... On Sat, May 7, 2016, 17:33 Glyph wrote: > > On May 7, 2016, at 12:19 PM, Kevin Conway > wrote: > > I'm still working through your code example and trying to get a better > grasp of what,

Re: [Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-07 Thread Glyph
> On May 7, 2016, at 4:02 PM, Kevin Conway wrote: > > Thanks, glyph, for the correction. Also, thanks for reminding me that I'm > still living in twisted's past... > Just a reminder that there's always cool new stuff on the horizon :). In addition to just working with endpoints, the interface