Publish messages very frequently #344
STMAndreas
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone knows how quickly you can send two or more different messages that follow each other?
With ESP32 I observe sometimes (depending on the wifi network) that I cannot send 2 messages directly consecutive using client.publish(...). Do I need a client.loop() call always in between of publish two or more messages?
Beta Was this translation helpful? Give feedback.
All reactions