Hi,
I'm having issues maintain the connection to a MQTT server. I'm able to establish the connection, keeping this alive and pub/sub some massages, but after some time (~5 min) the client disconnects. After this happens I'm usually unable to immediately establish connection to the server again and I'm unable to make DNS lookup for about 20 sec.
This makes me suspect the connection to the LTE network.
I'm using SDK 0.4.0 and mfw_nrf9160_0.7.0-29.alpha. I'm connection to Telia Denmark NB-Iot.
Here is a section of my own debugging output, in the square brackets to the left is the time in sec:
The only thing I'm doing when it fails is keeping the MQTT alive with: mqtt_live(&client) and mqtt_input(&client);
Do you know if there is any reported issues with NB-Iot and 0.7.0-29.alpha? Or do you have another idea of what is failing?