Using -x now sets the clients to use MQTT v5.0.

This commit is contained in:
Roger A. Light
2022-08-12 15:03:00 +01:00
parent 62368c5677
commit e5cb3d0d58
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -1294,6 +1294,7 @@ int client_config_line_proc(struct mosq_config *cfg, int pub_or_sub, int argc, c
cfg->session_expiry_interval = UINT32_MAX;
}
}
cfg->protocol_version = MQTT_PROTOCOL_V5;
}
i++;
}else{