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 d9a7e8d commit faebc78Copy full SHA for faebc78
composer.json
@@ -17,6 +17,7 @@
17
},
18
"require": {
19
"php": ">=8.0",
20
+ "hyperf/collection": "~3.0.0",
21
"hyperf/contract": "~3.0.0",
22
"hyperf/exception-handler": "~3.0.0",
23
"hyperf/http-server": "~3.0.0",
src/Context.php
@@ -15,6 +15,9 @@
15
use Hyperf\Collection\Arr;
16
use Hyperf\Context\Context as CoContext;
+use function Hyperf\Collection\data_get;
+use function Hyperf\Collection\data_set;
+
class Context
{
public const FD = 'ws.fd';
0 commit comments