Open nagyhanna opened 7 years ago
Hy,
server.Broadcast(msg); does not broadcast to all the clients only for the current one.
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
Hy,
server.Broadcast(msg); does not broadcast to all the clients only for the current one.