Asynchronous MQTT (Peter Hinch version) large data #17065
nastiliano
started this conversation in
General
Replies: 2 comments 4 replies
-
See this discussion. tl;dr There is no practical limit. One user has substantial experience in a commercial environment with very long messages. The various possible causes of problems are discussed in the thread. |
Beta Was this translation helpful? Give feedback.
3 replies
-
can you try using a version of micropython before RPI_PICO_W-20240602-v1.23.0.uf2 on the Pico W 1 and tell us if it works for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody.
If I publish only 3 JSON string all works great. But, for example, with this code:
Then the message is theorically published but the execution remains stuck (idle)
Could you give me some explanation? Is the a data limit? Should i config my mosquitto server?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions