AyCode.Core/AyCode.Services.Server/SignalRs
Loretta f875738b08 Refactor SignalR dynamic method lookup with static registry
Introduce AcDynamicMethodRegistry<TAttribute> for efficient, static caching and lookup of SignalR methods by messageTag and type. Replace per-instance method lists with a high-performance registry, update all registration and invocation logic to use the new approach, and make method metadata caching type-based and immutable. Also expand Bash permissions in settings.local.json and rename ReadVarUIntFromBytes for consistency. This improves performance, maintainability, and code clarity for dynamic SignalR method invocation.
2026-01-02 15:51:50 +01:00
..
AcLoggerSignalRHub.cs
AcSessionService.cs
AcSignalRDataSource.cs
AcSignalRSendToClientService.cs
AcWebSignalRHubBase.cs Refactor SignalR dynamic method lookup with static registry 2026-01-02 15:51:50 +01:00
ExtensionMethods.cs
IAcSessionItem.cs
IAcSignalRHubItemServer.cs
TrackingItemHelpers.cs