Skip to content

Commit a6c9ac1

Browse files
authored
Use Hyperf\Coroutine\Channel\Pool instead of Hyperf\Utils\ChannelPool (#5671)
1 parent 2eaf44d commit a6c9ac1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"psr/container": "^1.0|^2.0",
2424
"phpunit/phpunit": "^9.5",
2525
"hyperf/codec": "~3.0.0",
26+
"hyperf/collection": "~3.0.0",
2627
"hyperf/contract": "~3.0.0",
28+
"hyperf/coroutine": "~3.0.0",
2729
"hyperf/http-message": "~3.0.0",
2830
"hyperf/http-server": "~3.0.0",
2931
"hyperf/utils": "~3.0.0"

src/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
use Psr\Http\Message\ServerRequestInterface;
3434
use Throwable;
3535

36+
use function Hyperf\Collection\data_get;
3637
use function Hyperf\Coroutine\wait;
3738

3839
class Client extends Server

0 commit comments

Comments
 (0)