We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15db008 commit 6b17431Copy full SHA for 6b17431
src/Microsoft.Azure.SignalR.AspNet/DispatcherHelper.cs
@@ -130,7 +130,7 @@ internal static ServiceHubDispatcher PrepareAndGetDispatcher(IAppBuilder builder
130
var cf = configuration.Resolver.Resolve<IConnectionFactory>();
131
if (cf == null)
132
{
133
- var connectionFactory = new ConnectionFactory(serverNameProvider, loggerFactory);
+ cf = new ConnectionFactory(serverNameProvider, loggerFactory);
134
configuration.Resolver.Register(typeof(IConnectionFactory), () => cf);
135
}
136
0 commit comments