fizista / micropython-umqtt.robust2

MIT License
49 stars 7 forks source link

AttributeError: 'MQTTClient' object has no attribute 'is_conn_issue' #5

Closed gurkancekic closed 3 years ago

gurkancekic commented 3 years ago

image File "", line 95, in AttributeError: 'MQTTClient' object has no attribute 'is_conn_issue'

fizista commented 3 years ago

I would look for a problem in importing class. I do not see what you are importing or how you are initiating a class.