改名
This commit is contained in:
@@ -162,7 +162,7 @@ class Connection extends Pool
|
||||
if (!(($client = $this->get($coroutineName)[1]) instanceof PDO)) {
|
||||
throw new Exception('Connection pool overflow.');
|
||||
}
|
||||
return $this->saveClient($coroutineName, $this->get($coroutineName)[1]);
|
||||
return $this->saveClient($coroutineName, $client);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user