-
Notifications
You must be signed in to change notification settings - Fork 51
After pystack limit reached, MQTT service continues retry until timeout #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
investigating |
I have a similar issue on CircuitPython 8.2.10 with MiniMQTT 7.7.0.
|
Updated to CP 9.0.4 and am having similar behavior. Client gets stuck in a PINGREQ loop and never gets out, even once the broker is back up. |
@chrisgilldc Please say which board you are using and have you updated to the latest version of all the libraries? |
@dhalbert This is on a Metro M4 Airlift Lite. Libraries were updated to the latest from the bundle. I'm out at the moment but can try updating the libraries individually later today. |
Also, have you updated your airlift firmware? |
@chrisgilldc I might also recommend this branch: #213 as it has a little better error logging |
Adafruit CircuitPython 9.0.4 on 2024-04-16; Adafruit PyPortal with samd51j20
Discovered while debugging a connection issue with adafruit_aws_iot library. If the
pystack
is exhausted, the MQTT client will continue retrying until eventually failing withMMQTTException('Repeated connect failures',)
The text was updated successfully, but these errors were encountered: