Replies: 2 comments
-
I mean how to combine pubs and delays in one file using one connection? Use simulate cmd or read-file option? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! You can chain publications with delays using the mqttx bench pub -c 1 -im 5000 -L 3 --file-read messages.txt --split "\n" -t test/topic Key parameters:
The messages.txt file format:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to chain the pubs with delays in cli of mqttx?
For example:
pub1
sleep 5
pub2
sleep 2
etc...
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions