[Twisted-Python] ClientFactory design

Peter Westlake peter.westlake at pobox.com
Mon Nov 30 04:48:05 MST 2020


I'm studying an SSH client implementation using Conch, and was surprised to see that the ClientFactory subclass had a connect() method which calls connectTCP. This isn't really a problem - the code works - but it seems like an odd place to do the connection. Am I right to be surprised?

Peter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20201130/0d197afa/attachment.htm>


More information about the Twisted-Python mailing list