admin管理员组文章数量:1406160
I am using JMeter 5.6.3 with the Peter Doornbosch WebSocket Sampler Plugin to test a WebSocket API. However, I am facing two issues:
Issue 1: Received Ping Frame Data When I send a WebSocket request with the following payload:
{ "Id": ${id}, "Type": "creation" }
I receive a ping frame with data @£3 instead of the expected response.
Why am I receiving this ping frame, and how can I handle it in JMeter? Is there a way to filter out ping frames so they do not interfere with my test?
Missing Multiple Responses My WebSocket request is expected to return 4 responses, but I only receive the first response. When I re-run the WebSocket request with the same payload, I do not receive responses 2, 3, and 4. The WebSocket server is designed to send multiple responses for a single request. "Recieved ping frame data for 4 request response".
How can I configure JMeter to capture all responses in a single request without getting ping data frame?
本文标签: JMeter WebSocket PluginReceived Ping Frame Data and Missing ResponsesStack Overflow
版权声明:本文标题:JMeter WebSocket Plugin - Received Ping Frame Data and Missing Responses - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744372979a2603121.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论