Re: [Twisted-Python] Problem with additional connection

2012-03-29 Thread exarkun
On 28 Mar, 07:52 pm, hank...@gmail.com 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(anothe

Re: [Twisted-Python] Problem with additional connection

2012-03-28 Thread Itamar Turner-Trauring
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