hivemq / mqtt-cli

MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1
https://hivemq.github.io/mqtt-cli/
Apache License 2.0
314 stars 47 forks source link

[4.8] decoding of correlation data no longer produces an Exception #305

Closed YannickWeber closed 2 years ago

YannickWeber commented 2 years ago

Motivation

Decoding of correlation data caused an Exception and the CLI was no longer able to receive incoming PUBLISHes.

Changes