From aaeb5388498e1eda5508de9cc9a5e67eb7022c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 21 Feb 2022 15:21:34 +0800 Subject: [PATCH] modify plugin name --- CoroutineClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CoroutineClient.php b/CoroutineClient.php index 201fa63..c18c192 100644 --- a/CoroutineClient.php +++ b/CoroutineClient.php @@ -88,6 +88,7 @@ class CoroutineClient extends ClientAbstracts } else { $this->client = new SwowClient($host, $this->getPort(), false); } + var_dump($host, $this->getPort()); $this->client->set($this->settings()); if (!empty($this->getAgent())) { $this->withAddedHeader('User-Agent', $this->getAgent());