Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-07 Thread Phil Mayers
On 06/07/17 03:58, Glyph wrote: On Jul 5, 2017, at 2:32 AM, Barry Scott > wrote: I am interested in using Twisted with a couple of technologies: WebSockets and QUIC. I'm researching what is already available. Why are you interested in QUIC? My understandi

Re: [Twisted-Python] COMMERCIAL:Re: WebSockets and QUIC for Twisted

2017-07-07 Thread Barry Scott
On Thursday, 6 July 2017 03:58:05 BST Glyph wrote: > > On Jul 5, 2017, at 2:32 AM, Barry Scott > > wrote: > > > > I am interested in using Twisted with a couple of technologies: WebSockets > > and QUIC. I'm researching what is already available. > > Why are you interested in QUIC? My understandi

Re: [Twisted-Python] COMMERCIAL:Re: WebSockets and QUIC for Twisted

2017-07-07 Thread Barry Scott
On Friday, 7 July 2017 11:59:30 BST Phil Mayers wrote: > On 06/07/17 03:58, Glyph wrote: > >> On Jul 5, 2017, at 2:32 AM, Barry Scott >> > wrote: > >> > >> I am interested in using Twisted with a couple of technologies: > >> WebSockets and > >> QUIC. I'm researc

Re: [Twisted-Python] COMMERCIAL:Re: WebSockets and QUIC for Twisted

2017-07-07 Thread Phil Mayers
On 07/07/17 13:17, Barry Scott wrote: As someone else noted, maybe you're thinking of SPDY? I know abnout SPDY, it is indeed QUIC that I'm researching into. I was talking to Glyph ;o) Sorry for any confusion. ___ Twisted-Python mailing list Twiste

Re: [Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-07 Thread Stephen McRoberts
I made a minimal single-file.py app to perform test runs and never had the issue. Observer altered reality? Then I realized there are a couple of threads in the application which were there before moving to twisted a long time ago. They never manifested themselves in any other way. I removed

Re: [Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-07 Thread Glyph
> On Jul 6, 2017, at 9:59 AM, Stephen McRoberts wrote: > > Do I just post it to the list? If the list is where you're asking for help, yes :). > I need to write up a little as there needs to be configuration dicts for the > logins to remotes. > I also need to put copyright data in the code. S

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-07 Thread Glyph
> On Jul 7, 2017, at 3:59 AM, Phil Mayers wrote: > > On 06/07/17 03:58, Glyph wrote: >>> On Jul 5, 2017, at 2:32 AM, Barry Scott >> > wrote: >>> >>> I am interested in using Twisted with a couple of technologies: WebSockets >>> and >>> QUIC. I'm researching w

Re: [Twisted-Python] KeyError in SSHConnection.ssh_CHANNEL_OPEN_CONFIRMATION

2017-07-07 Thread Glyph
> On Jul 7, 2017, at 9:55 AM, Stephen McRoberts wrote: > > I made a minimal single-file.py app to perform test runs and never had the > issue. Observer altered reality? > > Then I realized there are a couple of threads in the application which were > there before moving to twisted a long tim