Suppose I have a threaded socket server. How do I send a message to a specific client? Each client would have a threaded connection to the socket server, so how do I send a message to a particular one(s)?
↧