Skip to content

Commit

Permalink
remove the close
Browse files Browse the repository at this point in the history
remove the close
  • Loading branch information
137-rick committed Sep 20, 2016
1 parent 6cdec22 commit 5adaa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Expand Up @@ -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;
Expand Down

0 comments on commit 5adaa01

Please sign in to comment.