Skip to content

Commit

Permalink
If you have placed in the loop, bug fixes that do not subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
animalmatsuzawa committed May 11, 2016
1 parent 75e24db commit dd8fb28
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -179,6 +179,9 @@ public SampleResult runTest(JavaSamplerContext context) {
result.setSampleLabel(context.getParameter("SAMPLER_NAME"));
//be optimistic - will set an error if we find one
result.setResponseOK();

allmessages.clear();
stopTest = false;

if (!client().isConnected() ) {
log.error(myname + " >>>> Client is not connected - Returning false");
Expand Down

0 comments on commit dd8fb28

Please sign in to comment.