改名
This commit is contained in:
@@ -108,6 +108,9 @@ abstract class Pool extends Component
|
||||
*/
|
||||
public function createConnect(array $config, string $coroutineName, callable $createHandler): void
|
||||
{
|
||||
if ($this->size($coroutineName) > 0) {
|
||||
return;
|
||||
}
|
||||
if (Context::hasContext('create:connect:' . $coroutineName)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user