Serving Multiple Clients at One Time Using the Network lib

Louis

Active Member
Licensed User
Longtime User
Hi. How can I allow multiple clients to connect to my device or desktop and refer to them individually to send/receive text? I am able to do server client interaction but how can i interact with more than one client? Thanks.
 

Cableguy

Expert
Licensed User
Longtime User
Hi,

From what I could read from the help file, you can only serv one client at a time....

you can serve serveral clients but not simultaneously...

One thing I think is missing in the library is the ability to refer to the client, like client.name="BedRoom" and then use Client(BedRoom).Value = server.Accept
 
Last edited:
Top