WebSocket Single Read Sampler Byte Array Suppport

Issue #57 invalid
Parag Shrivastav created an issue

Hi Peter, I am using WebSocket Single Write Sampler on one URL with Login byte array(Request) (converted to binary) and after that try reading on different URL with WebSocket Single Read Sampler but it does not work as Jmeter websocket only support Text & Binary response(Response). Any solution for this issue as I get WebSocket I/O error: Read timed out

Comments (2)

  1. Peter Doornbosch repo owner

    Hi,

    "Read timed out" means that during the timeout no websocket frame was received. This has nothing to do with the type (text or binary), if an incorrect type was received, it would have raised an error like "unexpected frame type".

    With respect to websocket, there is no such thing as "byte array". A data frame can either be a text frame or a binary frame. Both types are supported by this plugin. So there is nothing more to support.

    Regards, Peter

  2. Log in to comment