This commit is contained in:
2021-08-03 10:54:59 +08:00
parent 7a28085378
commit 710a388123
+1
View File
@@ -67,6 +67,7 @@ class ServerWorker extends \Server\Abstracts\Server
$di = Snowflake::getDi();
foreach ($fileLists as $file => $class) {
var_dump($server->worker_id >= $server->setting['worker_num'] && str_contains($file, CONTROLLER_PATH));
if ($server->worker_id >= $server->setting['worker_num'] && str_contains($file, CONTROLLER_PATH)) {
continue;
}