Skip to content

Commit 3e270b3

Browse files
committed
Initialize worker application on boot
1 parent 62677d1 commit 3e270b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Grpc/GrpcWorker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function start(WorkerOptionsInterface $options): void
1919
appFactory: new ApplicationFactory($options->getAppBasePath()),
2020
);
2121

22+
$worker->boot();
2223
$app = $worker->application();
2324

2425
$server = new Server(

0 commit comments

Comments
 (0)