Merge branch 'master' of https://gitee.com/dreamwithouttrace/snowflake into v1.0
This commit is contained in:
@@ -173,7 +173,7 @@ abstract class Pool extends Component
|
|||||||
return $this->createClient($name, $callback);
|
return $this->createClient($name, $callback);
|
||||||
}
|
}
|
||||||
$channel = static::$_items[$name] ?? new Channel($this->max);
|
$channel = static::$_items[$name] ?? new Channel($this->max);
|
||||||
if (!isset(static::$_items[$name])) {
|
if (!((static::$_items[$name] ?? null) instanceof Channel)) {
|
||||||
static::$_items[$name] = $channel;
|
static::$_items[$name] = $channel;
|
||||||
}
|
}
|
||||||
if ($channel->isEmpty()) {
|
if ($channel->isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user