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
I'm facing a big problem when try to connect to an MQTT broker (CloutMQTT) via secure websocket.
CloudMQTT would accept max 5 concurrent connections and Freeboard seems to open more than 5 (simultaneous) connection to this broker; in this way the broker definitively deny the connection.
2018-12-09 17:13:44: Client connection from 79.43.134.88 denied: max_connections exceeded.
2018-12-09 17:13:45: Client connection from 79.43.134.88 denied: max_connections exceeded.
2018-12-09 17:13:45: Client connection from 79.43.134.88 denied: max_connections exceeded.
2018-12-09 17:13:46: Client connection from 79.43.134.88 denied: max_connections exceeded.
How to resolve this issue?
The text was updated successfully, but these errors were encountered:
I'm facing a big problem when try to connect to an MQTT broker (CloutMQTT) via secure websocket.
CloudMQTT would accept max 5 concurrent connections and Freeboard seems to open more than 5 (simultaneous) connection to this broker; in this way the broker definitively deny the connection.
How to resolve this issue?
The text was updated successfully, but these errors were encountered: