-2 "mqtt.CONN_FAIL_TIMEOUT_RECEIVING" "Timeout waiting for a CONNACK from the broker".
As far as I can tell, the mqtt module has a default CONNACK time out of less than 6 seconds or so. I was unable to find a way to change the timeout period in the Docs. I am using the cloud custom build service, esptool.py and esp8266-12E. I wrote a barebones mqtt broker with a variable connection delay and I am able to connect to the broker if the delay is less than 6 seconds or so. This is a problem for my system.
Am I missing something? Is this fixable somehow? I did not have this issue with 0.9.6 firmware.
Thanks,
Jeff