[Twisted-Python] magical and seamless asyncio support

2019-04-07 Thread Glyph
After filing https://github.com/tornadoweb/tornado/issues/2636 recently, I was reminded that Twisted should support asyncio seamlessly, and currently we have some quite-visible seams. There are three major use-cases for asyncio integration: I

Re: [Twisted-Python] how to get extReceived call from SSHCommandClientEndpoint

2019-04-07 Thread Glyph
> On Apr 6, 2019, at 10:12 AM, Sereysethy TOUCH > wrote: > > Hi Jean-Paul, > > No I dont want it to be mixed with stdout stream, it should be separated from > normal stdout, so that I know it is an error. > > To be honest, I am pretty to new to Twisted concept, there are things that I > ha