AyCode.Core/AyCode.Services.Server/docs
Loretta d147398698 Switch SignalR payloads to ArrayPool-backed SignalData
Major protocol refactor: all byte[] payloads in SignalR hub/client interfaces, plumbing, and DTOs are now wrapped in SignalData, a disposable, ArrayPool-backed type with Span access. Introduces AyCodeBinaryHubProtocol (derived from AcBinaryHubProtocol) to rent pooled buffers for SignalData on receive. All message signatures, diagnostics, and serialization logic updated. Documentation and tests revised to reflect SignalData usage. Enables zero-copy, low-GC, high-performance binary messaging for large payloads.
2026-04-06 11:17:02 +02:00
..
SIGNALR_DATASOURCE.md Update README links to use code-style paths for docs 2026-03-30 08:01:05 +02:00
SIGNALR_SERVER.md Switch SignalR payloads to ArrayPool-backed SignalData 2026-04-06 11:17:02 +02:00