I'm trying to figure out how to do load testing on a long polling or web socket type of architecture. I need to setup multiple clients which subscribe to channels on one side and wait for responses. The load testing should measure the time it took for messages from the publishing server to reach the clients.
Any ideas?