From 5adaa013bf887d55ac3ce0b0b53df0c37cb290b9 Mon Sep 17 00:00:00 2001 From: Chang Long Xu Date: Tue, 20 Sep 2016 10:15:13 +0800 Subject: [PATCH] remove the close remove the close --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;