Konstantinos Karakatsoulis - 2017-11-19 19:52:34
Hello, i am using the class for a project, but i need a way to respond to the client directly, to allow him and only him see the response.
So, if client_1 requests, client_1 gets a reply. If client_2 requests, client_2 gets a reply. The sample is made to send replies to all of the connected clients, that's what i need to avoid.
Any guidance about it? Thanks!