Hi Mike,
What i really need, i a server that will be able to accept connections from clients, identify them, chat with them and exchange objects or files.
With the server class as it is, i think i have to disconnect the server and connect an ObjectPushClient or a FileTransferClient and then reconnect the server.
Also, i cannot identify the clients, unless the client sends (chats) the id.
What i also would like for the server class, is to be able to accept more client connections than one. Can it be done?
Regards
Takis