adafruit / Adafruit_IO_Python

Adafruit IO Python Client Library
Other
225 stars 99 forks source link

Fix on_message parsing #95

Closed brentru closed 5 years ago

brentru commented 5 years ago

Addressing #94

Notes: *Fixing mqtt_message method to prevent errors resulting from referencing topic before assignment or accessing parsed_topic out of order.