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;
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;