stlehmann / Flask-MQTT

Flask Extension for the MQTT protocol
MIT License
207 stars 71 forks source link

CallbackApiVersion missing #166

Open badagent opened 8 months ago

badagent commented 8 months ago

Initializing a Paho MQTT Client now needs to state, which CallbackApi-Version is used. (See for example here: https://stackoverflow.com/questions/78017850/upgrading-paho-mqtt-to-v2-where-to-add-callback-method)