We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hyperf\Coroutine\Channel\Pool
Hyperf\Utils\ChannelPool
1 parent 2eaf44d commit a6c9ac1Copy full SHA for a6c9ac1
composer.json
@@ -23,7 +23,9 @@
23
"psr/container": "^1.0|^2.0",
24
"phpunit/phpunit": "^9.5",
25
"hyperf/codec": "~3.0.0",
26
+ "hyperf/collection": "~3.0.0",
27
"hyperf/contract": "~3.0.0",
28
+ "hyperf/coroutine": "~3.0.0",
29
"hyperf/http-message": "~3.0.0",
30
"hyperf/http-server": "~3.0.0",
31
"hyperf/utils": "~3.0.0"
src/Client.php
@@ -33,6 +33,7 @@
33
use Psr\Http\Message\ServerRequestInterface;
34
use Throwable;
35
36
+use function Hyperf\Collection\data_get;
37
use function Hyperf\Coroutine\wait;
38
39
class Client extends Server
0 commit comments