Skip to content

Commit

Permalink
Append real ProductInfo. (#141) (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
JialinXin authored Sep 29, 2020
1 parent 2bccf99 commit 30a08f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SignalRServiceExtension/Config/ServiceManagerStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private IServiceManager CreateServiceManager(string connectionString)
{
o.ConnectionString = connectionString;
o.ServiceTransportType = transportType;
}).Build();
}).WithCallingAssembly().Build();
}
}
}

0 comments on commit 30a08f2

Please sign in to comment.