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
361 stars 108 forks source link

broadcasting #12

Open nagyhanna opened 7 years ago

nagyhanna commented 7 years ago

Hy,

server.Broadcast(msg); does not broadcast to all the clients only for the current one.

elitefuture commented 6 years ago

server.BroadCastLine(string msg); and make sure all of the clients are connected to the same ip and port, use a local ip for testing