modify plugin name

This commit is contained in:
2022-02-21 15:39:55 +08:00
parent 3cc98214c7
commit f17a55f8d0
-1
View File
@@ -60,7 +60,6 @@ class CoroutineClient extends ClientAbstracts
private function coroutine($url, array|string $data = []): void
{
try {
var_dump($url, $this->getPort());
$this->generate_client($data, ...$url);
if ($this->client->statusCode < 0) {
throw new Exception($this->client->errMsg);