改名
This commit is contained in:
@@ -206,7 +206,7 @@ class Connection extends Pool
|
||||
if (Context::hasContext($coroutineName)) {
|
||||
return Context::getContext($coroutineName);
|
||||
}
|
||||
if ($this->size($coroutineName) < 1 && $this->hasCreate[$coroutineName] < $this->max) {
|
||||
if ($this->size($coroutineName) < 1) {
|
||||
$this->newClient($config, $coroutineName);
|
||||
}
|
||||
[$time, $connections] = $this->get($coroutineName);
|
||||
|
||||
Reference in New Issue
Block a user