takanorig / mqtt-bench

Benchmark tool for MQTT Broker
144 stars 67 forks source link

Fix issues with current paho library #13

Open mtreinish opened 7 years ago

mtreinish commented 7 years ago

Attempting to run mqtt-bench with a recent version of golang and the latest paho libraries has a number of issues. I'm not sure if this is because of changes to paho or the go compiler (or both), but this branch fixes the problems so it's possible to run mqtt-bench with what's available today.