Closed samjt closed 8 months ago
Please merge this! @stlehmann
@tonsmets I've not been maintaining this repository actively for a while now. As this project was developed with paho-mqtt < 2 I will pin the version requirements to use paho-mqtt < 2 to clarify things and prevent errors on installation.
paho-mqtt 2.0.0 requires an argument in it's Client constructor that isn't present in the flask-mqtt wrapper.
This PR fixes the issue: https://github.com/stlehmann/Flask-MQTT/pull/163