[Gambas-user] write to ServerSocket
Janos Sztriko
jsz at ...464...
Tue May 25 16:32:44 CEST 2004
Thanks, today evening I will try it again.
Regards,
Janos
On Tue, 25 May 2004 13:05:44 CEST
danielcampos at ...282... wrote:
> Note that you're trying to send data using directly a ServerSocket object, this is not the right way. ServerSocket just manage remote connections, and creates a Socket object per each new connection, so, to send data to one of the clients, you have to do it through its 'Socket' object. Look at the server socket example, the read and write operations are managed by 'Socket' objects.
>
> Regards,
>
> Daniel Campos
>
More information about the User
mailing list