This commit is contained in:
2021-12-02 15:39:47 +08:00
parent f2d60f6982
commit 7c36c32c65
+1
View File
@@ -48,6 +48,7 @@ class RpcManager
*/
public function tick(): void
{
var_dump($this->_rpc);
foreach ($this->_rpc as $name => $list) {
$this->async($name);
}