How to achieve request response correspondence when Jmeter websocket protocol sends protobuf data?

Issue #466 closed
李晓 created an issue

When using WebSocket for communication, the server will actively push messages. The essence of WebSocket communication is bidirectional, and the server can send messages at any time. These messages may not have a direct correspondence with previous requests, so it is impossible to obtain the expected response for judgment. If you want to achieve a correspondence between a request to the websocket protocol and the expected response in jmeter, what should you do?

Comments (3)

  1. Log in to comment