Implemented SignalR scaling using redis. Improved diagnose report generator. Added SignalR debug card in Diagnose page
This commit is contained in:
@@ -46,6 +46,7 @@ public partial class Startup
|
||||
await RegisterAuth();
|
||||
await RegisterCors();
|
||||
await RegisterHangfire();
|
||||
await RegisterSignalR();
|
||||
await HookPluginBuild();
|
||||
}
|
||||
|
||||
@@ -62,6 +63,7 @@ public partial class Startup
|
||||
await HookPluginConfigure();
|
||||
|
||||
await MapBase();
|
||||
await MapSignalR();
|
||||
await HookPluginEndpoints();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user