-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logic to disconnect RTE connections only once per thread group it…
…eration iterationStart method is invoked once for each sampler in each controller (thread group, loop controller, if controller, etc) start. To avoid disconnecting RTE when for example an RTE sampler is included in an IF controller, and to avoid unnecessary calls, we only reset connection when the sampler is the first sampler in the thread group iteration.
- Loading branch information
1 parent
c2e243b
commit a2e33f8
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters