You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is here that the internal buffer is only 128 or 256 characters wide. You need to supply the length of the message to send so the lib will switch to streaming magic. I was searching for a malformed json error in AWS IoT and found this out after debugging the message in another topic. Message was 307 chars long and got truncated :).
hi,
i try to send an json string to mqtt like so:
and the received string is in the correct topic but like so:
null3���Hoechst/PHI-Log/data/json�{"clock":"22/06/2023 13:41:40","number":"","sht85_humid":"51.34","sht85_temp":"29.64","ENV_temp":"32.53","ENV_humid":"53.32","ENV_pressure":"99.91","ENV_illuminance":"81.29","sgp40_sraw":"32571","sgp40_voc":"0","scd30_humid":"43.94","scd30_temp":"32.79","scd3
someone knows whats going wrong? or is it a bug?
The text was updated successfully, but these errors were encountered: