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
Our implementation of retrying failed connections and reconnect closed connections is slowing down the integration and closing existing connection without a chance to reconnect.
This PR disables the reconnect functionality of MQTT.js by setting recconectPeriod. So MQTT.js doesn´t try to reconnect existing clients.
Therefore bullmq and redis is introduced to handle retries. All closed connections or failed connections are added to a queue and creates a delyed job. It will be picked up by a worker to try to connect the box to the configured mqtt broker.
No description provided.
The text was updated successfully, but these errors were encountered: