public function __construct($connection, SocketServerBroadcast $server)
 {
     parent::__construct($connection);
     $this->server = $server;
 }