sabuhish / fastapi-mqtt

fastapi-mqtt is extension for MQTT protocol
https://sabuhish.github.io/fastapi-mqtt/
MIT License
264 stars 42 forks source link

chore: Deprecate MQQTConfig in favor of MQTTConfig #19

Closed jthetzel closed 3 years ago

jthetzel commented 3 years ago

Calling MQQTConfig warns a DepreactionWarning. I believe MQTTConfig was misspelled MQQTConfig. Closes #16.

sabuhish commented 3 years ago

@jthetzel Thank you, this should solve #16. but can you apply changes from my master and fix the conflict locally?

jthetzel commented 3 years ago

Thanks for the quick reply, @sabuhish . Upstream/master is merged.

sabuhish commented 3 years ago

I have released 0.1.1, new futures are available now Thanks appreciate your help!