fshutdown / JMeter-WebSocketSampler

JMeter - WebSocket Sampler
Apache License 2.0
312 stars 191 forks source link

Override previous patterns on new sampler #62

Closed OiCMudkips closed 3 years ago

OiCMudkips commented 7 years ago

This addresses #61 by allowing users to check a box to override the response/disconnect regex's specified in the first WebSocket sampler.

Image of new interface

When a user checks the checkbox, the response/close pattern on that row overwrites the previous response/close pattern associated with that connection, even if the current sampler's regex is blank (this would clear the previous pattern).

liliasapurina commented 7 years ago

Thank you very much for that changes! It fix my problems.