AyCode.Core/AyCode.Services.Server/docs
Loretta 32018e906a Refactor SignalR: separate metadata and payload transport
Major protocol update: OnReceiveMessage now takes metadata (SignalReceiveParams) and payload (byte[]) as separate hub arguments, not a single envelope. Metadata is AcBinary-serialized; payload uses protocol fast-path. Updated all client/server code, interfaces, and docs. Added ISignalParams and SignalReceiveParams types. Improved AcBinaryHubProtocol diagnostics and made byte[] fast-path more robust. This enables clearer, more debuggable, and future-proof SignalR binary messaging.
2026-04-05 09:30:54 +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 Refactor SignalR: separate metadata and payload transport 2026-04-05 09:30:54 +02:00