From 888d9d9bf19aef303790d1f6fcffaa18e7f96b64 Mon Sep 17 00:00:00 2001 From: pentreathm Date: Tue, 3 Dec 2024 08:15:12 -0300 Subject: [PATCH] Update content/ADR-204-comms-architecture.md Co-authored-by: Aga Signed-off-by: pentreathm --- content/ADR-204-comms-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ADR-204-comms-architecture.md b/content/ADR-204-comms-architecture.md index 673d3a32..de5a6ccf 100644 --- a/content/ADR-204-comms-architecture.md +++ b/content/ADR-204-comms-architecture.md @@ -563,7 +563,7 @@ message Movement { Uncompressed `Movement` message can be used for debugging purposes, and it is optional to implement. It represents right the same values as the compressed version but without quantization and other compression techniques. -Implementing this message is not sufficient to be compatible with the new client and its processing can be fully disabled in the production mode. +Implementing this message is not sufficient to be compatible with this version of comms as its processing can be fully disabled in the production mode. To ensure full functionality we should implement `MovementCompressed` as a main way to pass the data between clients ### Chat Message