MQTT.js
MQTT.js copied to clipboard
How to enable protocol version 5 from command line tools?
The mqtt
API supports setting the protocolVersion
option to 5
to enable MQTT 5.0
support.
Is there a way to set the protocolVersion
option from the publish
and subscribe
command line tools to ensure that MQTT 5.0
protocol is being used when attempting to communicate with an MQTT 5.0
server?