ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
913 stars 375 forks source link

Send message to single user instead of all connected users #54

Closed wasimmomin closed 8 years ago

wasimmomin commented 8 years ago

I need an help to send an message to specific user instead of sending an message to all the connected users.Please help me to move on this right now i am stuck on this.

Thanks

Wasim Momin

ghedipunk commented 8 years ago

$this->send($user,$message); where $user extends the class WebSocketUser.

Closing because this is a support request, not a bug report.

Feel free to continue the conversation if you need additional help, as I'm not locking the conversation.