diff --git a/src/Client.php b/src/Client.php index 23a298b..b095880 100644 --- a/src/Client.php +++ b/src/Client.php @@ -433,7 +433,7 @@ private function doRequest($sendData, $type) $errorcode = $client->errCode; //destroy error client obj to make reconncet - self::$client[$this->currentClientKey]->close(); + //self::$client[$this->currentClientKey]->close(); unset(self::$client[$this->currentClientKey]); // mark the current connection cannot be used, try another channel $this->serverConfigBlock[$this->connectGroup][$this->currentClientKey] = 1;