romainrg / ratchet_client

CodeIgniter library who allow you to make powerfull applications with realtime interactions by using Websocket technology and Ratchetphp 🚀🚀
GNU General Public License v3.0
38 stars 24 forks source link

How to broadcast all users from serverside #6

Open vaneetjoshi opened 5 years ago

vaneetjoshi commented 5 years ago

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

PhamMinhKha commented 4 years ago

same question

romainrg commented 4 years ago

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

anees042 commented 3 years ago

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

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