[Twisted-Python] Problem with additional connection

Itamar Turner-Trauring itamar at itamarst.org
Wed Mar 28 20:53:13 EDT 2012


On 03/28/2012 03:52 PM, hz hanks wrote:
> Hi, all
>
> I'm writing a client program with Twisted. The client will first
> connect one server, and based on the data received in the function of
> dataReceived, the client need to connect other servers. I just tried
> to call  reactor.connectTCP(another_host, another_port,
> another_factory) one more time, but there's an exception. Is the
> twisted allowed to that? Or is there some rules should be followed to
> achieve that?
What's the exception?



More information about the Twisted-Python mailing list