Пример #1
0
 /**
  * @throws Exception\RuntimeException
  *
  * @return int|null
  */
 public function getProcessId()
 {
     if ($this->processId === false) {
         $this->processId = IdentificationHelper::getListeningProcessId($this->socketAddress);
     }
     return $this->processId;
 }