We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When connect() fails due to repeated failures, it throws RuntimeError:
connect()
RuntimeError
Adafruit_CircuitPython_MiniMQTT/adafruit_minimqtt/adafruit_minimqtt.py
Lines 269 to 279 in 67e0ade
This is not very useful for the caller. Some suggestions:
The text was updated successfully, but these errors were encountered:
wrap the last exception when reporting connect failure
ccdf68a
fixes adafruit#113
fa8a33f
f507a87
No branches or pull requests
When
connect()
fails due to repeated failures, it throwsRuntimeError
:Adafruit_CircuitPython_MiniMQTT/adafruit_minimqtt/adafruit_minimqtt.py
Lines 269 to 279 in 67e0ade
This is not very useful for the caller. Some suggestions:
connect()
intoRuntimeError
exception (or maybe used dedicated exception)RuntimeError
text (including how many times it tried)The text was updated successfully, but these errors were encountered: