Closed atlesn closed 1 year ago
This is fixed in e21bc1aa0ad85a476e0a91255418d4727f6f074f . Documentation is updated to reflect how the program works, having the default value being no. This is also consistent with mqtt_receive_rrr_message
which is no by default.
In addition, it is not longer possible to publish raw rrr array messages, which was confusing when mumble jumble was received at clients as a default behavior when the user had not set mqtt_publish_rrr_message
to yes or forgot to specify and array format. The user will now in this case see in plain text that an array message was not processed when published.
The manual specifies that the default value of the parameter
mqtt_publish_rrr_message
isyes
, but in the code it is by default set tono
.