0 ]; $subscribe = new Subscribe(); $subscribe->endlessLoop($topic, function ($cline,$message, array $topic) { // 日志统一写入 LogUtil::getInstance("Mqtt/");//设置日志存入通道 // 接收订阅消息 LogUtil::info('订阅主题', self::LOG_MODULE, self::LOG_FUNCTION, $message); // 日志统一写入 LogUtil::close(); }); } public function isEnable($server): bool { // 跟随服务启动一同启动 return false; } }