emqx / mqtt-jmeter

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

JTL format broken due to \n (easy fix) #51

Closed clouddistortion closed 5 years ago

clouddistortion commented 5 years ago

Hi,

in https://github.com/emqx/mqtt-jmeter/blob/master/mqtt_jmeter/src/main/java/net/xmeter/samplers/SubSampler.java Line 193 the following line breaks the csv format of the result.jtl. String message = MessageFormat.format("Received {0} of message\n.", receivedCount);

This should be fixed easilly. Regards

chongyuanyin commented 5 years ago

Many thanks! We'll apply the fix.