Re: [Twisted-Python] ITransport.write after IProtocol.connectionLost -- no failure/exception?

2016-12-19 Thread Glyph Lefkowitz
> On Dec 19, 2016, at 5:13 AM, ex vito wrote: > > On 2016-12-17, at 23:18, Glyph Lefkowitz > wrote: > >> On Dec 17, 2016, at 6:11 AM, exvito here > > wrote: > > [...] > >>> Thanks for your input Cory and Glyph. >>> >>> I do agree

Re: [Twisted-Python] ITransport.write after IProtocol.connectionLost -- no failure/exception?

2016-12-19 Thread ex vito
On 2016-12-17, at 23:18, Glyph Lefkowitz wrote: > On Dec 17, 2016, at 6:11 AM, exvito here wrote: [...] >> Thanks for your input Cory and Glyph. >> >> I do agree that a well written protocol should not >> self.transport.write after connectionLost -- it does not make any kind >> of sense to do