Skip to content

Commit

Permalink
Fixed api change in stress.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Oct 19, 2012
1 parent 1ee28d4 commit 3482e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.SignalR.Stress/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static void StressGroups()
var countDown = new CountDown(max);
var list = Enumerable.Range(0, max).ToList();
var connection = new Client.Hubs.HubConnection("http://foo");
var proxy = connection.CreateProxy("MultGroupHub");
var proxy = connection.CreateHubProxy("MultGroupHub");

var bus = (MessageBus)host.DependencyResolver.Resolve<IMessageBus>();

Expand Down

0 comments on commit 3482e25

Please sign in to comment.