改名
This commit is contained in:
@@ -56,7 +56,7 @@ abstract class Pool extends Component
|
|||||||
* @return array
|
* @return array
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
protected function getFromChannel($name, array $callback): mixed
|
protected function getFromChannel($name, mixed $callback): mixed
|
||||||
{
|
{
|
||||||
if (!Context::inCoroutine()) {
|
if (!Context::inCoroutine()) {
|
||||||
return $this->createClient($name, $callback);
|
return $this->createClient($name, $callback);
|
||||||
|
|||||||
Reference in New Issue
Block a user