socketcluster
socketcluster copied to clipboard
SocketCluster with JMeter
Are there any tutorials for testing SocketCluster with JMeter? We are trying to use the the "JMeter WebSocket Samplers" plugin and it is having a problem with ping-pong messages. Any help would be greatly appreciated!
Hi @MadGeometer , were you able to achieve your goal? Having same issue right now. My first idea - for testing purpose we can bump these values:
// The interval in milliseconds on which to
// send a ping to the client to check that
// it is still alive
pingInterval: 8000,
// How many milliseconds to wait without receiving a ping
// before closing the socket
pingTimeout: 20000,