emqx / mqtt-jmeter

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

use a thread local CharsetDecode instance to prevent IllegalStateException #127

Closed ChangingFond closed 2 years ago

ChangingFond commented 2 years ago

closed #126

Set CharsetDecode to thread local install, illegal state exception will not occur.

chongyuanyin commented 2 years ago

Thanks!