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

Fix bug causing "crosstalk" between simultaneously transmitting clients #54

Open ememadegbola opened 5 years ago

ememadegbola commented 5 years ago

Previously, if a server has had two or more clients that transmitted at exactly the same time, their transmissions would be merged. This fix creates a separate buffer for each client preventing this crosstalk