Re: [Twisted-Python] how to pass on the connection failed or connection lost error

2009-03-04 Thread Jean-Paul Calderone
On Wed, 4 Mar 2009 06:39:59 -0800 (PST), khawar hasham wrote: Hi let me first explain the application that I am developing. I have an application that will use the twisted part as a plugin. this twisted part will act as server and as client both. my application call the plugin method to send

[Twisted-Python] how to pass on the connection failed or connection lost error

2009-03-04 Thread khawar hasham
Hi let me first explain the application that I am developing. I have an application that will use the twisted part as a plugin. this twisted part will act as server and as client both. my application call the plugin method to send data to server module using connectTCP. now the problem is I ca