示例#1
0
 public function shutdown()
 {
     $this->loop->removeReadStream($this->socket->getResource());
     $this->socket->shutdown();
     $this->socket->close();
 }
示例#2
0
 public function pause()
 {
     $this->loop->removeReadStream($this->socket->getResource());
 }