websocket - How to do load testing on long polling? -
i'm trying figure out how load testing on long polling or web socket type of architecture. need setup multiple clients subscribe channels on 1 side , wait responses. load testing should measure time took messages publishing server reach clients.
any ideas?
as said here,
signalr uses particular protocol communicate it's best use our tool generate load testing server(s).
so, signalr comes crank. crank can connect persistentconnection based apps , not hub based app.
this answer hub based app.
Comments
Post a Comment