How many clients can you run so that the cross messages are received in less than 1 second?
I am running a local dotnet SignalR (using websockets) and on load testing my target is to keep a messages delay under 1 second. So far I can only run the server for up to 1000 clients.
Does anyone got better results?