> ClientCreator.connectTCP returns a Deferred that fires with a Protocol > instance (in this case, a SimpleTransport instance), which you are then > comparing with a string in got_data(). This fails, as one would expect. > > So then how do i get the protocol to run? and how do i get the data received by the protocol? Do I need to create my own deferred that is fired when the result is retrieved or is their already such a deferred which I can callback?
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python