fshutdown

Results 14 comments of fshutdown

By the look of things the sampler did not manage to establish a WebSocket connection with the server. There could be few things here: - You are using incorrect protocol;...

You are right your approach should work 1. Response pattern is a regular expression but in you case you could just use this: ``` json "response":"auth" ``` 1. This is...

Have a look at the View Results Tree -> Sampler Result there should be a detaild breakdown of all actions and how long did it take for the response to...

Could be something to do with regular expression processing. Maybe escaping special characters with \ would help