I'm trying to benchmark socket.io 1.3.5 with Jmeter and the following websocket plugin (https://github.com/maciejzaleski/JMeter-WebSocketSampler).
When implementing the socket.io protocol in Jmeter to emulate the same connection steps I see in google dev tools I'm having a 20s delay between some frames. Please, can you give me some advice to get this working properly and remove this delay? Thank you!!
In Jmeter:
In Node socket.io debug: screenshot -> http://postimg.org/image/5p08vszv3/
Since you don't continue to ping the server, ping timeout occurs and connection changes to xhr-polling, not socket connection any more. That's why it takes 20 seconds.