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
310 stars 47 forks source link

Subscribe Command > Fix NPE when not specifying a client id #310

Closed gitseti closed 2 years ago

gitseti commented 2 years ago

Just an intermediate fix. A refactored version can be found in #308, which moves the client key out of the abstract command and into an own class.