ratchet_client icon indicating copy to clipboard operation
ratchet_client copied to clipboard

How to broadcast all users from serverside

Open vaneetjoshi opened this issue 5 years ago • 3 comments

please let me know how can i broadcast msg to all users from controller

vaneetjoshi avatar Nov 01 '19 08:11 vaneetjoshi

same question

PhamMinhKha avatar Jan 28 '20 12:01 PhamMinhKha

See https://github.com/romainrg/ratchet_client#broadcast-messages-with-your-php-app-boom- and don't specify client

romainrg avatar Feb 13 '20 13:02 romainrg

Message: Class 'Client' not found how to load the Client class?

fixed: $client = new WebSocket\Client('ws://127.0.0.1:8282');

anees042 avatar Mar 23 '21 18:03 anees042