Browse Source
Merge pull request #17849 from abpframework/auto-merge/rel-7-4/2224
Merge branch dev with rel-7.4
pull/17856/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
framework/src/Volo.Abp.AspNetCore.SignalR/Volo/Abp/AspNetCore/SignalR/AbpAspNetCoreSignalRModule.cs
|
|
|
@ -37,6 +37,7 @@ public class AbpAspNetCoreSignalRModule : AbpModule |
|
|
|
var routePatterns = new List<string> { "/signalr-hubs" }; |
|
|
|
var signalRServerBuilder = context.Services.AddSignalR(options => |
|
|
|
{ |
|
|
|
options.DisableImplicitFromServicesParameters = true; |
|
|
|
options.AddFilter<AbpHubContextAccessorHubFilter>(); |
|
|
|
options.AddFilter<AbpAuthenticationHubFilter>(); |
|
|
|
options.AddFilter<AbpAuditHubFilter>(); |
|
|
|
|