inovex / mqtt-stresser

Load testing tool to stress MQTT message broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error occurs if -num-messages exceeds 220

choclaudio opened this issue · comments

Any number of clients with -num-messages exceeding 220 will result in a crash.
ERROR: main.go:162: {0 TimeoutExceeded 3.4400055s 0s 220 300 true }

When exceeding 220 the script freezes until the global timeout hits.

#17 introduces timeouts for publishing actions. This should prevent freezes due to blocking sends.

@choclaudio can you please retest your scenario with the latest version? see also #21

@arnoldbechtoldt I will try to get some time for this during the coming week. I think I still have the scenario stored somewhere.

Feel free to reopen this issue if it still exists.. :)