Hey I noticed that the sampleOccurred method in ResultCollector is called double the amount of times of actual events. I have a simple test with ten users and two requests. I expected 20 calls but it is called 40 times. This also occurred in remote testing. I decided to use sample store and noticed that the samplestore List does only contain 20 values.
Is this the correct behaviour. I'm developing a batch mode for remote testing and thus far have only added System.out.println() statements. Just wondering if I should try to fix this behaviour. Thanks Regards Michael Freeman
