AyCode.Core/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
..
ARCHITECTURE.md Update doc links: use inline code, unify relative paths 2026-03-29 22:32:11 +02:00
CONVENTIONS.md Update doc links: use inline code, unify relative paths 2026-03-29 22:32:11 +02:00
GLOSSARY.md Refactor SignalR: separate metadata and payload transport 2026-04-05 09:30:54 +02:00