ENH: set qos = 1 for get_version cmd

Change-Id: Idc7e210a02739a329a6ae8a7c0489197472e78bb
This commit is contained in:
Stone Li 2022-12-05 14:47:46 +08:00 committed by Lane.Wei
parent 005e8f5533
commit 6f7f93b232
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ int MachineObject::command_get_version(bool with_retry)
j["info"]["command"] = "get_version";
if (with_retry)
get_version_retry = GET_VERSION_RETRYS;
return this->publish_json(j.dump());
return this->publish_json(j.dump(), 1);
}
int MachineObject::command_request_push_all()