M-o-a-T / moat-mqtt

An async MQTT broker and client, plus DistKV integration
MIT License
21 stars 8 forks source link

Fix: connect() got unexpected keyword argument #9

Closed hongquan closed 3 years ago

hongquan commented 3 years ago

Without this fix, when passing URI and a config to open_mqttclient, we would get this error:

TypeError: connect() got an unexpected keyword argument 'auto_reconnect'