Re: [twsocket] add an TWSocket to TWSocketServer

2006-02-24 Thread Dod
Hello Francois, OK now I am sure I did not missed some "AddSocket" method. Of course I can create a pool of outgoing TWSocket and set them same events as TWSocketServer Client events but as they should work exactly same way once connection is done I thought that adding them to actual TWSocket

Re: [twsocket] add an TWSocket to TWSocketServer

2006-02-24 Thread Francois PIETTE
> Is it possible to "add" a TWSocket to TWSocketServer ? > > I have a server that receive incoming connections but I want it also > make outgoing connections (reverse connections). > > Once outgoing connection has been established, all communication will > be handled as if it was an incoming conn