コード例 #1
0
ファイル: HTTPServer.php プロジェクト: ruslanchek/phpdaemon
 /**
  * Called when the worker is ready to go.
  * @return void
  */
 public function onReady()
 {
     parent::onReady();
     $this->WS = WebSocketServer::getInstance();
 }