How to send a repeated request on same WebSocket connection

Issue #186 resolved
Former user created an issue

We have a custom ping request that contains payload (JSON). I am trying to load test the WS. So after the auth request, it should send a custom ping request with the payload every 25th seconds. I checked unsolicited pong sample where it sends pong repeatedly.

How can I achieve something similar to send a specific request repeatedly over the opened connection in the thread group?

Comments (2)

  1. Log in to comment