Commit 4e38412a authored by chenchuanwen's avatar chenchuanwen

bridgeedit

parent 7c81d34a
......@@ -42,7 +42,7 @@ $http->on('request', function ($request, $response) {
}
});
$serv->on('WorkerStart', function($serv, $workerId) {
$http->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