I am using Gatling to test a server which supports WebSockets. My issue is that the server sends a byte array in the WebSockets response and, after reading line 177 in WsActor.scala in the Gatling source, I can see that “byte message checks are currently not supported”. If I was to go about implementing support to save byte array WebSockets responses, how would I do so? Without understanding the internals of the Gatling WebSockets implementation, I wouldn’t know where to start.
Also, it would be great if the Gatling dev team would implement support for WebSockets byte message checks.
- Connor