'm working with the Quectel module (e.g., MC60), and I’m running into an issue that seems related to PDP context handling.At startup, I enable EPO and NTP, which run on PDP context 2.
MQTT is configured to run on PDP context 0.Initially, everything works fine — messages are published successfully over MQTT.However, after some time, MQTT starts failing to publish messages. When I remove EPO/NTP and only use MQTT (on context 0), it works consistently without failure.Do you have any insight?