BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
363 stars 108 forks source link

How to communicate with specific Connected Client #57

Open yogendrarathod opened 5 years ago

yogendrarathod commented 5 years ago

I have connected multiple client and continuously read data on server.Now How can I communicate with specific client from connected clients?