vernemq / vmq_mzbench

An MQTT loadtest and usage scenario tool for VerneMQ and other MQTT systems.
Apache License 2.0
42 stars 44 forks source link

Syntax error on fan_out.bdl scenario #30

Closed plorente closed 5 years ago

plorente commented 5 years ago

Hi,

I want to point there is a syntax error on fan_out.bdl scenario: line 18 woker_start = poisson(1000 rps)): should be worker_start=poisson(1000 rps)):

There is a missing r, that makes that all clients connect at same time.

ioolkos commented 5 years ago

Hi @plorente thanks, fixed!