app->config->get("swoole.ipc.{$name}", []); } public function getDefaultDriver() { return $this->app->config->get('swoole.ipc.type', 'unix_socket'); } }