Jmeter-Response code:Sampler error: unexpected frame type (close).

Issue #150 closed
Former user created an issue

Hi,

Created a jmeter script to test websocket calls using websocket samplers. a) Websocket open connection b) Websocket single write sampler c) Websocket request-response sampler

(a) sampler is throwing "101" status (b) sampler is throwing "200" status, but the confluent is not showing that data (c) smapler is throwing Response code:Sampler error: unexpected frame type (close)

Can you help me in sorting this out.

Comments (2)

  1. Peter Doornbosch repo owner

    Your server is sending a close, probably because it does not understand the message that you are sending in (b). The best advice i can give is to capture traffic between a normal client and your server and analyse that to determine how your testplan should behave exactly.

    HTH
    Peter

  2. Log in to comment