$worker->onWorkerStart = function($worker) { // 开启一个内部端口,方便内部系统推送数据,Text协议格式 文本+换行符 $inner_text_worker = new Worker('Text://0.0.0.0:5678'); $inner_text_worker->onMessage = func...
thinkphp6 php8 报错 fclose(): Argument #1 ($stream) must be of type resource, null given //启动代码 protected function init(Input $input, Output $output) { global $argv; if ($input->hasOption('i')) $this->i...