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
The socket timeout is set in
Adafruit_CircuitPython_MiniMQTT/adafruit_minimqtt/adafruit_minimqtt.py
Line 267 in 67e0ade
_get_connect_socket()
timeout
Line 447 in 67e0ade
Line 217 in 67e0ade
It would be nice if the socket timeout could be set in the MQTT instance.
MQTT
After issues like #81 or #110 are fixed, it will be useful.
The text was updated successfully, but these errors were encountered:
allow to set socket timeout
28215be
fixes adafruit#112
2c4c39a
ea922cc
No branches or pull requests
The socket timeout is set in
Adafruit_CircuitPython_MiniMQTT/adafruit_minimqtt/adafruit_minimqtt.py
Line 267 in 67e0ade
_get_connect_socket()
is called without thetimeout
argumentAdafruit_CircuitPython_MiniMQTT/adafruit_minimqtt/adafruit_minimqtt.py
Line 447 in 67e0ade
Adafruit_CircuitPython_MiniMQTT/adafruit_minimqtt/adafruit_minimqtt.py
Line 217 in 67e0ade
It would be nice if the socket timeout could be set in the
MQTT
instance.After issues like #81 or #110 are fixed, it will be useful.
The text was updated successfully, but these errors were encountered: