twhalen08
Results
1
issues of
twhalen08
I want to send a message to a specific client. I believe this is possible by adding another method to SimpleTCPServer.CS similar to... public void Broadcast(byte[] data) { foreach(var client...