AyCode.Core/AyCode.Services.Server/docs
Loretta bb1dbd242e Relocate AcSignalRDataSource to AyCode.Services
Moved AcSignalRDataSource and TrackingItemHelpers from AyCode.Services.Server to AyCode.Services (namespace updated). Updated all references, usings, and doc cross-refs to new location. Removed orphan SignalR.Core 1.2.0 package and .Server DLL refs from Blazor/Web.Client/Shared projects; WASM AOT build now works. Introduced AcBinaryDeserExecutor for off-pool streaming deserialization, fixing thread pool starvation (see updated protocol docs). Updated test usings and doc tables. No functional changes to DataSource logic. Decision log entry LLMP-DEC-68 documents the change.
2026-06-08 10:43:10 +02:00
..
SIGNALR Relocate AcSignalRDataSource to AyCode.Services 2026-06-08 10:43:10 +02:00
README.md Relocate AcSignalRDataSource to AyCode.Services 2026-06-08 10:43:10 +02:00

README.md

AyCode.Services.Server documentation

Topic docs for the AyCode.Services.Server project (Layer 0, server-side services).

Topics

  • SIGNALR/ — Server-side SignalR hub (dispatch, session, broadcast)

Note: SIGNALR_DATASOURCE/ (the AcSignalRDataSource client-side collection) relocated to AyCode.Services/docs/SIGNALR_DATASOURCE/ — see LLMP-DEC-68.

Navigation

Per the folder-navigation rule, start here when browsing docs/. Each topic folder has its own README.md (main content) + optional TOPIC_ISSUES.md and TOPIC_TODO.md.

See also

  • Client-side SignalR: ../../AyCode.Services/docs/SIGNALR/README.md
  • Binary-over-SignalR wire format: ../../AyCode.Services/docs/SIGNALR_BINARY_PROTOCOL/README.md