async-mqtt-client icon indicating copy to clipboard operation
async-mqtt-client copied to clipboard

Slow / unstable internet problem.

Open Speedy2k opened this issue 2 years ago • 2 comments

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!

Speedy2k avatar Feb 28 '22 15:02 Speedy2k

A log would be handy. Especially the reset code: why does it reboot?

bertmelis avatar Mar 01 '22 10:03 bertmelis

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!

Speedy2k avatar Mar 03 '22 12:03 Speedy2k