[AskJS] So, long story short, I’m using k6 for load testing and have bundled SignalR (MessagePack) in JavaScript to load test it. When running the test with 1K users, I’m observing quite high latency.
Earlier, I was measuring the latency from before the invoke call until the Promise was resolved. …


