I'm using jmeter for gaming application which has both https and WSS connection. WebSocket Samplers by Peter Doornbosch is used to connect WebSocket.
It works perfectly in my machine, able to hit the server and received the response.
I try to run the same jmx file in other machine connection refused error occurred while connecting to web socket. Able to Https request successfully only WS failed.
Added all hosts in other machines but I can't able to find the Root cause of the error.
can anyone please help me to sort out this issue