ratchet_client
ratchet_client copied to clipboard
how to get the list of connected clients in controllers
I am trying to get the list of connected clients in controllers, can you please help?
class Server implements MessageComponentInterface { /** * List of connected clients * @var array */ public $clients;