yingzi 2 gadi atpakaļ
vecāks
revīzija
5d73ff8160
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      swoole_server/start.php

+ 1 - 0
swoole_server/start.php

@@ -24,6 +24,7 @@ require_once __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Mall'
 $serviceName = Factory::request()->param('service');
 $serviceName = ucfirst($serviceName);
 $daemonize = intval(Factory::request()->param('daemonize'));
+var_dump($daemonize);
 
 $serviceConfigPath = __DIR__ . DIRECTORY_SEPARATOR . $serviceName . DIRECTORY_SEPARATOR . 'Config'.DIRECTORY_SEPARATOR.'Config.php';
 var_dump($serviceConfigPath);