This commit is contained in:
2021-08-16 17:23:21 +08:00
parent 93aa4bd23f
commit 01f6491421
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class OnServerWorker extends \Server\Abstracts\Server
$this->eventDispatch->dispatch(new OnWorkerStart($server, $workerId));
$this->workerInitExecutor($server, $annotation, $workerId);
$this->interpretDirectory($annotation);
// $this->interpretDirectory($annotation);
$this->eventDispatch->dispatch(new OnAfterWorkerStart());
}