MQTT Disconnected

Hello,

I am trying to send a message from Node RED to Losant using MQTT, my message is an array with over 40k numbers, but I end up not getting my data over losant and also my MQTT gets disconnected once I inject my message.

Thanks in advance.

Hi @CHAIMAA_DRIOUECH,

What is the size of the array of numbers you are sending? The maximum message payload size accepted is 256KB (documentation).

Thanks!
Julia

Hi @JuliaKempf ,

Thanks for your response, I have managed to split my array messages to x messages respecting the maximum message payload size accepted, my question is how to assemble my split arrays coming in separate payload messages to only one array in my workflow?

Thanks !
Chaimaa