AyCode.Core/AyCode.Services.Tests/SignalRs/README.md

8 lines
374 B
Markdown

# SignalRs
SignalR message serialization and full round-trip tests.
## Key Files
- **`PostJsonDataMessageTests.cs`** — Full pipeline test: client creates message → binary serialize → server deserialize → parameter extract → service result → response create → binary response → client deserialize → type convert. Covers int, string, bool with [DataRow].