/**
  * @throws RuntimeException
  */
 protected function configureClientInformation()
 {
     $this->ip = $this->socket->getIp();
     $this->port = $this->socket->getPort();
     // Use uniqueid() instead of configureClientId()
     $this->id = uniqid('c');
 }
Exemple #2
0
 /**
  * @throws RuntimeException
  */
 protected function configureClientInformation()
 {
     $this->ip = $this->socket->getIp();
     $this->port = $this->socket->getPort();
     $this->configureClientId();
 }