On Tue, Apr 9, 2013 at 5:58 AM, Phil Budne <[email protected]> wrote:

> 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).
>

Huh. If the interface you're passing it to claims it needs an ITransport,
and an ITransport didn't work, that's a bug. The consumer/producer
interfaces are somewhat related to transports, but definitely distinct.

Could you paste some code that you tried illustrating the problem? (You
mentioned something involving Sites and Protocols, but a Site is a
ServerFactory.)

-- 
cheers
lvh
_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to