HI
I use NRF9160 serial_lte_modem to test NBIOT/MQTT, current SDK is V1.6.0 ,and config mqtt keepalive =1200S.
after 9160 connect net, control mqtt connect my mqtt server and publish data. another mqtt client subscribe 9160 publish topic.

this log show, in 11:59:46 NRF9160 publish data to server,and another mqtt client recv this data .but in 14:01:14 nrf9160 publish data,another mqtt client don't recv data .
In http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/MQTT_AT_commands.html show, all MQTT operate will have EVENT return, but publish data don't have event return .
by AT log in 14:01:14,9160 should be disconnected. Why the link will be disconnected?and this disconnect don't have event notification。If no notification ,I don't know when the 9160 is disconnected