Ejemplo n.º 1
0
 public function handleConnection(RawSocket $clientSocket)
 {
     $clientSocket->setBlocking(false);
     $client = $this->createConnection($clientSocket);
     $this->emit('connection', array($client));
 }