You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reconnect_delay_set(min_delay=1, max_delay=120)
The client will automatically retry connection. Between each attempt it will wait a number of seconds between min_delay and max_delay.
When the connection is lost, initially the reconnection attempt is delayed of min_delay seconds. It's doubled between subsequent attempt up to max_delay.
The delay is reset to min_delay when the connection complete (e.g. the CONNACK is received, not just the TCP connection is established).
reconnect_delay_set
reconnect_delay_set(min_delay=1, max_delay=120)
The client will automatically retry connection. Between each attempt it will wait a number of seconds between min_delay and max_delay.
When the connection is lost, initially the reconnection attempt is delayed of min_delay seconds. It's doubled between subsequent attempt up to max_delay.
The delay is reset to min_delay when the connection complete (e.g. the CONNACK is received, not just the TCP connection is established).
https://www.eclipse.org/paho/index.php?page=clients/python/docs/index.php#connect-reconnect-disconnect
The text was updated successfully, but these errors were encountered: