This commit is contained in:
2021-08-17 19:01:36 +08:00
parent 9418f82926
commit 0bfef50641
+3 -2
View File
@@ -80,6 +80,7 @@ class Connection extends Component
/** /**
* execute by __construct * execute by __construct
* @throws Exception
*/ */
public function init() public function init()
{ {
@@ -322,8 +323,8 @@ class Connection extends Component
{ {
$connections = $this->connections(); $connections = $this->connections();
$connections->disconnect($this->cds, true); $connections->connection_clear($this->cds, true);
$connections->disconnect($this->slaveConfig['cds'], false); $connections->connection_clear($this->slaveConfig['cds'], false);
} }