pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
103 stars 30 forks source link

Error in umqtt after last commit #57

Closed parafagus closed 3 years ago

parafagus commented 4 years ago

Hi. I have an error "OSError: [Errno 5] EIO" after the last commit. But after return to the previous version all is Ok. In this code: client = simple.MQTTClient(v_user, 'my_url.com', port=8883, user=v_user, password=v_pass, ssl=True) client.connect()

pulkin commented 4 years ago

I cannot reproduce it with the latest commit. Please provide more information.