MQTT.js icon indicating copy to clipboard operation
MQTT.js copied to clipboard

How to enable protocol version 5 from command line tools?

Open jfallows opened this issue 3 years ago • 0 comments

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?

jfallows avatar Dec 21 '21 21:12 jfallows