mnogu / gatling-mqtt

A Gatling stress test plugin for MQTT
Apache License 2.0
43 stars 56 forks source link

How to not close connection after each publish #3

Open dtony opened 8 years ago

dtony commented 8 years ago

Is there a way to keep the connections opened during the whole benchmark process or is it just not possible because of Gatling architecture? I think that closing the connexion after each request is a normal behavior for a web server but not really for a MQTT broker.

Thank you.

SeppPenner commented 6 years ago

This seems to be a dead repo. You should take a look at https://github.com/jeanadrien/gatling-mqtt-protocol. Seems to be better maintained.