Gatling version: 3.11.3 (must be up to date)
Gatling flavor: java kotlin scala javascript typescript
Gatling build tool: maven gradle sbt bundle npm
I read the guidelines and how to ask a question topics.
I provided a SSCCE (or at least, all information to help the community understand my topic)
I copied output I observe, and explain what I think should be.
Hi, I’m trying to load test a websocket connection.
I belive I’m able to initiate a connection with below code and logs →
Now the challenge is once I send a message I receive lots of binary messages (Which I believe is a correct behavior)
Question here now is how do I decode the message (If its possible?)
How can I check the response time for the messages I receive (because the gatling report doesnt have any mention about these messages)
Or there is any other way to test the response time for these messages?
Appreciate your help! thank you