Websocket crash saying chanelInactive when waiting for checks

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.

Here Im able to connect to the websocket, then trying to match the byte response size.
At times it works fine, but some times it gives this failure. Seems to be flaky!
Is it something Im missing here?

It most likely means that your authentication is incorrect and that the server implementation choses to kill the WebSocket instead of replying nicely.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.