modify plugin name
This commit is contained in:
@@ -60,7 +60,6 @@ class CoroutineClient extends ClientAbstracts
|
|||||||
private function coroutine($url, array|string $data = []): void
|
private function coroutine($url, array|string $data = []): void
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
var_dump($url, $this->getPort());
|
|
||||||
$this->generate_client($data, ...$url);
|
$this->generate_client($data, ...$url);
|
||||||
if ($this->client->statusCode < 0) {
|
if ($this->client->statusCode < 0) {
|
||||||
throw new Exception($this->client->errMsg);
|
throw new Exception($this->client->errMsg);
|
||||||
|
|||||||
Reference in New Issue
Block a user