I have to do the performance testing of an application which has web socket connection. For this, I used Web socket sampler in Jmeter.
I need to extract an item named "Connection Token" from the response of an HTTP request and pass it with next HTTP requests. I have extracted that using Regular Expression Extractor and passed that as a parameter in Web Socket Sampler.
Please see the below image
My issue is : When I pass the above parameter with other requests, I'm getting an error that "Connection id is in incorrect format".
Please see the below images
Can anybody help in fixing this problem?