diff --git a/http-server/ServerCommand.php b/http-server/ServerCommand.php index 9f5eebf8..55e92f1d 100644 --- a/http-server/ServerCommand.php +++ b/http-server/ServerCommand.php @@ -85,7 +85,7 @@ class ServerCommand extends Command private function configure_set() { $enable_coroutine = Config::get('servers.settings.enable_coroutine', false); - if ($enable_coroutine == true) { + if ($enable_coroutine != true) { return; } Coroutine::set([