maliming

Results 526 comments of maliming

hi You can replace it with your `AuditHubFilter`. I will check the `Actions` issue. https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/src/Volo.Abp.AspNetCore.SignalR/Volo/Abp/AspNetCore/SignalR/AbpAspNetCoreSignalRModule.cs#L42

hi I made a new changes: https://github.com/abpframework/abp/pull/11687

See https://github.com/abpframework/abp/pull/11807 ```cs context.Services.AddSignalR(options => { var p = options.GetType().GetProperty("HubFilters", BindingFlags.Default | BindingFlags.Instance | BindingFlags.NonPublic); var pp = p.GetValue(options); var m = typeof(List).GetMethod("Clear"); m.Invoke(pp, BindingFlags.Default, null, null, null); options.AddFilter(); options.AddFilter();...

Since Blazor's mechanism(https://github.com/dotnet/aspnetcore/issues/30115) `AbpUowHubFilter `may be have bugs, I rolled back the commit and am working on the latest solution.

No. https://github.com/abpframework/abp/issues/11682#issuecomment-1066064249

No. https://github.com/abpframework/abp/issues/11682#issuecomment-1066064249

Not yet. > Is this fixed now guys?

https://github.com/abpframework/abp/issues/11682#issuecomment-1066064249

Due to the current limitations of blazor, it cannot be resolved.