Commit 7c81d34a authored by chenchuanwen's avatar chenchuanwen

bridgeedit

parent a8716aac
...@@ -41,8 +41,10 @@ $http->on('request', function ($request, $response) { ...@@ -41,8 +41,10 @@ $http->on('request', function ($request, $response) {
throw new Exception($ex->getMessage(),$ex->getCode()); throw new Exception($ex->getMessage(),$ex->getCode());
} }
}); });
$http->start(); $serv->on('WorkerStart', function($serv, $workerId) {
var_dump(get_included_files()); //此数组中的文件表示进程启动前就加载了,所以无法reload
});
//$http->start();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment