From b56bfdec57b06cf6066eb96fdc159ab856e9467f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Tue, 17 Dec 2024 17:02:56 +0800 Subject: [PATCH] Support Swoole v6.0 --- test/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bootstrap.php b/test/bootstrap.php index 6d4593e..56d338c 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -23,7 +23,7 @@ require BASE_PATH . '/vendor/autoload.php'; -Runtime::enableCoroutine(true, swoole_hook_flags()); +Runtime::enableCoroutine(swoole_hook_flags()); ClassLoader::init();