SquallHalle
Results
3
comments of
SquallHalle
Same here. ESP8266: ``` def FUU(): c = MQTTClient(b"umqtt_client", b"10.0.0.5", 1883) c.connect() c.publish(b"foo_topic", b"hello") c.disconnect() ``` File "umqtt.py", line 44, in connect IndexError: bytes index out of range
i would also love to see an answer to this question :-)
+1 for this issue :-)