This commit is contained in:
2021-02-15 20:55:55 +08:00
parent 74604324b1
commit e1a5b61708
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -192,6 +192,7 @@ class Connection extends Pool
return $link;
});
if ($connections === false) {
Coroutine::sleep(0.003);
return $this->newClient($config, $coroutineName);
}
return $connections;