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
Description:
MQTT Paho client has the option to enable auto reconnect in its options. It looks like this:
options.setAutomaticReconnect(true);
This is a useful feature and helps when the MQTT broker crashes or restarts. If this is not enabled, the siddhi application will not re connect to the broker unless we restart the siddhi application as well, which is inconvenient.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
3.0.0
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered:
Description:
MQTT Paho client has the option to enable auto reconnect in its options. It looks like this:
options.setAutomaticReconnect(true);
This is a useful feature and helps when the MQTT broker crashes or restarts. If this is not enabled, the siddhi application will not re connect to the broker unless we restart the siddhi application as well, which is inconvenient.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
3.0.0
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered: