Example #1
0
 /**
  * @param $i
  */
 private function startHandler($i)
 {
     $handler = new ConnectionHandler($i, $this->connections, $this->application_secrets, $this->permanence);
     $this->connectionHandlers[] = $handler;
     $handler->start();
 }