Ejemplo n.º 1
0
 public function shutdown()
 {
     $this->loop->removeReadStream($this->socket->getResource());
     $this->socket->shutdown();
     $this->socket->close();
 }
Ejemplo n.º 2
0
 public function pause()
 {
     $this->loop->removeReadStream($this->socket->getResource());
 }