Skip to content

STM32H723ZG MQTT stop working #2781

Discussion options

You must be logged in to vote
  • Mongoose does not actually send TCP-based data (like MQTT) when you call a function, but when you call the event manager. Your calls will buffer data that will be sent when the manager runs.
  • 1000 msgs/s is 1 msg every millisecond, you'll need a heck of a high-speed link to achieve that in a sustained way. If you are using a very old version of our buiit-in TCP/IP stack, those, due to being experimental, used to close connections on errors.

If there is an actual issue, please open an issue, honor the issue template so we can know your scenario and reproduce the issue if necessary, and let us know exactly what you are doing

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scaprile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants