rodrigo1120

Results 3 comments of rodrigo1120

> Try to pull the change referenced here in PR #385 I had same issue, this is the solution. In order for this to work, I just need to upload...

> Yes, Ugly but easy way to do that is to copy/paste the file from my fork, you can also clone my fork or get the patch and apply it...

I did the following changes in the code, but I got no fix for that initial problem: ``` import utime from umqtt.robust import simple # micropython-lib/umqtt.robust/umqtt/robust.py class MQTTClient(simple.MQTTClient): DELAY =...