hi
i am playing with esp8266 and mqtt client and it is running well, except when i receive message by mqtt_messagereceived with payload size > 104 bytes.
with less i receive the message without problem,
with more i receive nothing, no crash, no memory lost, nothing, just message is ignored...
i did similar application on android side with B4A and we don't have this limitation
i cannot change size of message on sender side, can we change payload max size for mqtt_messagereceived on ESP8266 side ?
thanks for your help.
i am playing with esp8266 and mqtt client and it is running well, except when i receive message by mqtt_messagereceived with payload size > 104 bytes.
with less i receive the message without problem,
with more i receive nothing, no crash, no memory lost, nothing, just message is ignored...
i did similar application on android side with B4A and we don't have this limitation
i cannot change size of message on sender side, can we change payload max size for mqtt_messagereceived on ESP8266 side ?
thanks for your help.