Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developers:websocket [2025/03/14 19:01] – chad | developers:websocket [2025/03/14 19:15] (current) – [Message Structure Overview] chad | ||
---|---|---|---|
Line 27: | Line 27: | ||
All messages sent to the server must be wrapped in a **ClientMessage** envelope, and all messages received from the server will be contained within a **ServerMessage** envelope. This ensures a consistent structure and simplifies message parsing. | All messages sent to the server must be wrapped in a **ClientMessage** envelope, and all messages received from the server will be contained within a **ServerMessage** envelope. This ensures a consistent structure and simplifies message parsing. | ||
- | |||
- | A C# helper tool is available to streamline message handling. It is part of a repository that provides free utilities for developers. **[Repository Placeholder - Add Link]** | ||
=== Client Message Structure === | === Client Message Structure === | ||
Line 64: | Line 62: | ||
</ | </ | ||
- | Each message type within these envelopes is a Protobuf message, allowing | + | |
+ | === Message Tools === | ||
+ | |||
+ | The [[https:// | ||
+ | |||
+ | < | ||
+ | Reach out to support if you would like a API tool' | ||
+ | </ | ||
+ | |||
+ | ^ **Platform** ^ **Client Message Helper** ^ | ||
+ | | **.Net** | [[https:// | ||
+ | |||
+ | |||
+ | |||
+ | |||