598 B
598 B
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].
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.