diff --git a/bin/hyperf.php b/bin/hyperf.php index 631ebf5..77f0b62 100644 --- a/bin/hyperf.php +++ b/bin/hyperf.php @@ -2,6 +2,7 @@ $debugger?->start()); - Coroutine::run(fn () => $debugger?->detectActiveConnections()); + Coroutine::run(fn() => $debugger?->start()); + Coroutine::run(fn() => $debugger?->detectActiveConnections()); } }