async-mqtt-client
async-mqtt-client copied to clipboard
Slow / unstable internet problem.
I have got a bug when using a very slow or unstable internet connection.
I have seen this problem on 1 type of internet connection as of now and this is with Xplornet sattelites internet connection.
When my WiFi got connected and the MQTT client got connected, it fire a send of all the data i have on the controller, this specific type of controller as a lot of data. IT can publish up to 300 messagesone after the other. On fast internet connection, this is not really a problem, but on slow one, it seems to fill something somewhere since it make the controller panic and reboot! So it got stuck in a reboot loop forever!!
Do someone know what can get filled and is there anyway to prevent that from happening ?
Thanx a lot!
A log would be handy. Especially the reset code: why does it reboot?
I have found the problem! Thanx a lot! It was really output queue oriented but we fix it by fixing internet connection for now! There was a real problem on the internet side!