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

creating multiple tcp client connection and sending message to a specific server #63

Open exist16 opened 4 years ago

exist16 commented 4 years ago

how could we send a message to a specific server while we have multiple TCP client connections?