What is the best way to load test a SignalR hubs application?
问题 I would like to know some of the different methods that have been used to test a SignalR hubs-based application. 回答1: In short, if using Hubs, using the .Net client will suffice. In my case, I have a newsfeed hub that dishes out client-specific data based on the user's profile ID. In my test case, I load up a bunch of profile ID's (6000 in this case), invoke a hub method called JoinNewsfeed() along with the client-specific connection ID and profile ID. Every 100ms a new connection is