AyCode.Core/AyCode.Services/docs
Loretta c6e1fa8efc Refactor: centralize SignalR protocol config/options
- Added AcBinaryHubProtocolOptions for unified protocol configuration (serializer, mode, buffer size, flush strategy, timeout, name, logger) with validation and DI support.
- Refactored AcBinaryHubProtocol and AyCodeBinaryHubProtocol to use options object; legacy constructors now delegate to options-based API.
- Added per-chunk flush timeout to AsyncPipeWriterOutput and AcBinarySerializer; throws TimeoutException on slow consumers.
- Improved XML docs and comments for pipeline/backpressure/timeout clarity.
- Updated SIGNALR_BINARY_PROTOCOL.md to document new options and AsyncSegment platform rules.
2026-04-20 17:44:37 +02:00
..
LOGGING_REMOTE.md Update doc links: use inline code, unify relative paths 2026-03-29 22:32:11 +02:00
SIGNALR.md Refactor: clarify and implement protocol serialization modes 2026-04-10 16:10:28 +02:00
SIGNALR_BINARY_PROTOCOL.md Refactor: centralize SignalR protocol config/options 2026-04-20 17:44:37 +02:00
SIGNALR_ISSUES.md Simplify byte[] wire format in SignalR binary protocol 2026-04-09 08:27:44 +02:00