Releases: Luminis-Arnhem/jmeter-websocket-samplers
Releases · Luminis-Arnhem/jmeter-websocket-samplers
v1.0
v0.12
v0.11.1
- New feature: you can control what's happening with the websocket connections at the end of the test: leave open (default), close on websocket level or close on tcp level, by setting JMeter property
websocket.thread.stop.policy
. - Fix: all result viewers will now correctly show the size of received bytes. Frame payload is counted as 'body', frame headers as 'headers'.
- By default, filtered frames do not contribute to 'received size', but this can be changed by setting JMeter property
websocket.result.size_includes_filtered_frames
- minor bug fixes and documentation improvements
v0.10
New feature: frame filters. To handle situations in which the server sends unsolicited messages and the occurrence of such messages is hard to predict or otherwise hard to take into account in the test plan, filters can be used to discard such messages before they are seen by a sampler.