TinyMqtt
TinyMqtt copied to clipboard
refactoring: MqttBroker, "broker" -> "mqtt_client"
refactoring: MqttBroker contains a member variable with the name "broker". This is quite misleading and makes the code harder to understand, as this member is a mqtt client -> renaming from "broker" to "mqtt_client"