modify plugin name

This commit is contained in:
2022-02-21 15:21:34 +08:00
parent 0c7b8eb57f
commit aaeb538849
+1
View File
@@ -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());