I follow the short guide to the hubs in the Signalr Wiki. I get an error in Global.asax, Application_Start in the line RouteTable.Routes.MapHubs ().
A route named "signalr.hubs" is already in the route collection. Route names must be unique. Parameter Name: Name
Maybe this is no longer needed in 1.0.1? It worked great in 1.0. The readme.txt file from NuGet also mentions that we need the MapHubs command.
System.ArgumentException was not handled by the Message = A route user code named "signalr.hubs" is already in the route collection. Route names Must be unique. Parameter Name: name Source = System.Web
ParamName = name StackTrace: in System.Web.Routing.RouteCollection.Add (line name, RouteBase element) in System.Web.Routing.RouteCollectionExtensions.Add [T] (RouteCollection routes, line name, T element) in System.Web. Routing.RouteCollectionExtensions.MapOwinPath (RouteCollection routes, String name, String pathBase, Action`1 startup) in System.Web.Routing.SignalRRouteExtensions.MapHubs (RouteCollection routes, String name, String path, HubConfiguration configuration) in System.Web. SignalRRouteExtensions.MapHubs (RouteCollection routes, String path, HubConfiguration configuration) in System.Web.Routing.SignalRRouteExtensions.MapHubs (RouteCollection routes, HubConfiguration configuration) in System.Web.Routing.SignalRRouteElserlap.Global.Application_Start (object sender, EventArgs e) in C: \ RC \ Code \ Signalr \ SignalrServer \ SignalrServer \ Global.asax.cs: line 18 InnerException: