Hi
Trying to load test our websocket server. I have the example up adn running but cannot get the check to fire.
the example uses
.check(wsAwait.within(30).until(1).regex(".*I'm still alive.*"))
I have tried different permutations of the check but nothing seems to work.
I am assuming this check is waiting for a “message” on the websocket.
Has any one got this working successfully?
Regards
Richard