This commit is contained in:
2021-02-16 23:54:33 +08:00
parent 0a26df6743
commit 093dbc986e
+1
View File
@@ -130,6 +130,7 @@ abstract class Pool extends Component
while (!($client = Context::getContext($coroutineName))){
var_dump($client);
}
var_dump($client);
return $client;
}
Context::setContext('create:connect:' . $coroutineName, 1);