Hi ya,
I’ve had a hut around, but unable to find any information to try and help me solve the problem.
I have a Arduino that is connected over LoraWan to a TTN via a gateway, and I then have a script running to subscribe to the MQTT feed. I have 1 sensor, feeding via 1 gateway and 1 subscriber to the feed.
However, in the Live Data feed, every 4th message I see a error message
Type: Failed to connect to MQTT
Data Preview: Resource limit 16 exceeded for resource with key as:conn:frontend:mqtt:app:xxxxxx@ttn
Has anyone got any idea how I can resolve this issue?
I don’t know how to check the Resource Limit, I can’t find any setting for it etc, I’m not even sure what the setting is
@kersing: Thanks for that, it looks like restarting the script has resolved the issue, so that points to a bug in the script making multiple connections, probably on failure.