Web socket sampler log

Issue #224 resolved
abdul bari created an issue

how we will know whether web socket write sampler send messages to destination or not from jmeter , samplers simply displayed 200 response code even request is not reached to other server …

Comments (3)

  1. Peter Doornbosch repo owner

    You can’t know. The websocket protocol does not use acknowledgement, so a websocket client can never know whether a message has reached the other side. Unless, of course, the protocol running on top of websockets contains some kind of confirmation.

  2. Log in to comment