This commit is contained in:
2021-02-16 23:30:42 +08:00
parent e1a5b61708
commit d041c0464b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class Connection extends Pool
});
if ($connections === false) {
Coroutine::sleep(0.003);
return $this->newClient($config, $coroutineName);
return $this->getConnection($config, $coroutineName);
}
return $connections;
}