We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0598a6a commit e868630Copy full SHA for e868630
mqtt_jmeter/src/main/java/net/xmeter/samplers/ConnectionSampler.java
@@ -112,6 +112,8 @@ public void testStarted(String arg0) {
112
@Override
113
public void threadFinished() {
114
if (JMeter.isNonGUI()) {
115
+ //The keepTime is saved as instance variable, because the method getConnKeepTime() in threadFinished()
116
+ //returns with initial value of jmx tree. The JMeter variable replacement cannot be applied.
117
logger.info("The work has been done, will sleep current thread for " + keepTime + " sceconds.");
118
sleepCurrentThreadAndDisconnect();
119
}
0 commit comments