예제 #1
0
파일: Client.php 프로젝트: yutas/phpdaemon
 public function shutdown()
 {
     $this->send(new Message\Farewell(), 0);
     parent::shutdown();
 }