Hi,
I have modyfied the MQTT example to, so I can send data to my own AWS account.
I'm trying to publish big packets of data, (> 7K) without luck .
what I have done is :
1. change CONFIG_MQTT_MAX_PACKET_LENGTH to 8500
2. modify client_write, the following way,
I still get :
TCP write failed, errno = 12, closing connection
any idea why?