more than one client

derez

Expert
Licensed User
Longtime User
Hi

I don't understand how to enbale more than one client to communicate on a network.

Specifically - what type of value is client.value , may be I can store each new connection value and use it to communicate with this client:

B4X:
If server.Pending = True Then
   client.Value = server.Accept
....

Can anybody explain this for me please :confused:
Thanks
 
Top