bject: [twsocket] Acting as Server/Client
>I am creating a program that acts as both a server and a client. It
> will connect to other instances of itself running on other computers as
> well as listen for other connections.
>
> I was wondering if it is possible to have one TWSocket co
Hello Wesley,
TWSocket can connect and listen, but not the same siultanously. Use
TWSocketServer for Server and TWSocket for client. Eventually you can
derrive your TWSocketclass from TWSocketClient, and use this class for
client, and assigne this same class to TWSocketServer. This way you have
fo
I am creating a program that acts as both a server and a client. It
will connect to other instances of itself running on other computers as
well as listen for other connections.
I was wondering if it is possible to have one TWSocket component,
derived from another TWSocket class but essentially h