Lucas Taylor gmail.com> writes:
> Rather than pass it around, you could set the factory instance as an
> attribute of the transport:
>
Perfect.
Thanks!
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cg
)
However, after the handoff to the new protocol MyTelnet, self.factory
isn't set. How can I pass along the parent factory from the
AuthenticatingTelnetProtocol instance to the StatefulTelnetProtocol instance?
Sorry if this isn't phrased correctly - I'm new to