1. First of all this is JMeter mailing list and as of JMeter 5.4.3 <https://lists.apache.org/thread/dbg1bxywcwx5vtdwqf8ownf7ppgqjn41> there is no built-in WebSocket support so you should ask your question in i.e. JMeter Plugins Support Forum <https://groups.google.com/g/jmeter-plugins> 2. We cannot provide a comprehensive answer without seeing the real network traffic dump from your browser developer tools, your WebSocket Sampler(s) configuration andjmeter.log file <https://jmeter.apache.org/usermanual/get-started.html#logging> (preferably with debug logging for the WebSocket plugin enabled <https://www.blazemeter.com/blog/how-to-configure-jmeter-logging>), add *<Logger name="eu.luminis" level="debug" />* section to /log4j2.xml/ file, it lives in "bin" folder of your JMeter installation. This way you will be able to compare the requests JMeter sends/receives with the requests which are going from and to the real browser 3. You may find Read continuation frames.jmx <https://bitbucket.org/pjtr/jmeter-websocket-samplers/src/master/samples/Read%20continuation%20frames.jmx> example test plan useful
On 4/15/2022 11:45 AM, 1336230737 wrote:
I used WebSocket Request-Response Sampler and other WebSocket Sampler. But none of them can actively receive the messages pushed by the server。