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