PHP Classes

Reply to specific client?

Recommend this page to a friend!

      SuperSocket  >  All threads  >  Reply to specific client?  >  (Un) Subscribe thread alerts  
Subject:Reply to specific client?
Summary:Need to reply to the client that made the request
Messages:1
Author:Konstantinos Karakatsoulis
Date:2017-11-19 19:52:34
 

  1. Reply to specific client?   Reply   Report abuse  
Picture of Konstantinos Karakatsoulis 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!