ratchet_client icon indicating copy to clipboard operation
ratchet_client copied to clipboard

how to get the list of connected clients in controllers

Open anees042 opened this issue 3 years ago • 0 comments

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;

anees042 avatar Mar 23 '21 21:03 anees042