ENH: set qos = 1 for get_version cmd
Change-Id: Idc7e210a02739a329a6ae8a7c0489197472e78bb
This commit is contained in:
parent
005e8f5533
commit
6f7f93b232
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue