We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb5626 commit 6bcd7ecCopy full SHA for 6bcd7ec
config/autoload/server.php
@@ -39,8 +39,8 @@
39
'buffer_output_size' => 2 * 1024 * 1024,
40
],
41
'callbacks' => [
42
- SwooleEvent::ON_BEFORE_START => [Hyperf\Framework\Bootstrap\ServerStartCallback::class, 'beforeStart'],
43
SwooleEvent::ON_WORKER_START => [Hyperf\Framework\Bootstrap\WorkerStartCallback::class, 'onWorkerStart'],
44
SwooleEvent::ON_PIPE_MESSAGE => [Hyperf\Framework\Bootstrap\PipeMessageCallback::class, 'onPipeMessage'],
+ SwooleEvent::ON_WORKER_STOP => [Hyperf\Framework\Bootstrap\WorkerStopCallback::class, 'onWorkerStop'],
45
46
];
0 commit comments