emqtt has a retry_interval option which by default is 30 seconds.
it is usually not triggered in normal load tests.
however, during some TCP packet-loss test scenarios,
it has caused some confusion, the number of total sent messages is more than the -L (or --limit) option specified.
this PR adds the retry_interval option to the pub command, and by default turns off the retry.
emqtt
has aretry_interval
option which by default is 30 seconds. it is usually not triggered in normal load tests.however, during some TCP packet-loss test scenarios, it has caused some confusion, the number of total sent messages is more than the
-L
(or--limit
) option specified.this PR adds the
retry_interval
option to thepub
command, and by default turns off the retry.