Memory allocation issue with the example example "Nx_MQTT_Client"
ST provided example "Nx_MQTT_Client" fails after running for up to a few minutes (can fail quickly or after a bit). nx_packet_allocate() fails to allocate memory so it looks like a memory stomp. How to fix?I took the provided example and got it to wo...