Skip to content

Commit e868630

Browse files
committed
comment for code
1 parent 0598a6a commit e868630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mqtt_jmeter/src/main/java/net/xmeter/samplers/ConnectionSampler.java

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ public void testStarted(String arg0) {
112112
@Override
113113
public void threadFinished() {
114114
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.
115117
logger.info("The work has been done, will sleep current thread for " + keepTime + " sceconds.");
116118
sleepCurrentThreadAndDisconnect();
117119
}

0 commit comments

Comments
 (0)