Skip to content

Releases: fshutdown/JMeter-WebSocketSampler

version-1.0.3

31 Aug 15:12
bb5c435
Compare
Choose a tag to compare

Fixed concurrency issues

Some bug fixes

05 Feb 19:51
Compare
Choose a tag to compare

Bug fixes release:

  • fixes problem with websocket client not stopping
  • set the Proxy settings to disabled (not supported yet by eclipse-jetty)

Fixed connection problem

22 Jan 23:17
Compare
Choose a tag to compare

This release fixes a problem with the Sampler trying to send the message before the WebSocket connection is established.

Additional configuration parameter will allow to wait for the connection to be opened.

First Release

16 Jan 18:38
Compare
Choose a tag to compare

This is the first releaseof the JMeter WebSocket plugin.

The plugin supports only RFC6455 (v13) of the WebSocket implementation.

Features:

  • Supports HTTS/HTTPS (ws/wss) version of the WebSocket protocol
  • Option to ignore SSL certificate errors
  • Streaming allows for a single connection to remain open for the duration of the test
  • Response has to match predefined regular expression
  • Response timeout
  • Response message back log
  • Connection could be closed is server sends a mesage matching predefined regular expression
  • Proxy support (placeholder only)