emqx / mqtt-jmeter

MQTT JMeter Plugin
https://www.emqx.com/en
Apache License 2.0
447 stars 193 forks source link

How to establish multiple connections and publish in single thread #69

Open willemmiao opened 5 years ago

willemmiao commented 5 years ago

比如:只要一个线程连接,5个线程发布。能否实现呢? 使用不同的线程组会提示找不到连接。 多谢。

chongyuanyin commented 5 years ago

目前插件中的MQTT连接无法跨线程组使用,我们会在以后的新功能中考虑实现。