[Twisted-Python] Implementing a new stream transport

Phil Budne phil at ultimate.com
Mon Apr 8 23:58:04 EDT 2013


Laurens Van Houtven wrote:
> Are you familiar with interfaces? ITransport sounds like what you want.

Yes, and I implemented the ITransport methods.

The first bump was that I was missing registerProducer and
unregisterProducer, which are defined as part of IConsumer.  But after
that I had another problem (which I can't reproduce at this moment).

Phil



More information about the Twisted-Python mailing list