From ca9c3d05d65293843590126b4eb02e2ed9ab5c91 Mon Sep 17 00:00:00 2001 From: Doug Hoskisson Date: Sat, 15 Oct 2022 04:44:39 -0700 Subject: [PATCH] Docs: information on Retrieved packet (#1101) --- docs/network protocol.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/network protocol.md b/docs/network protocol.md index 0e7a53f3..84587ab2 100644 --- a/docs/network protocol.md +++ b/docs/network protocol.md @@ -234,6 +234,8 @@ Sent to clients as a response the a [Get](#Get) package. | ---- | ---- | ----- | | keys | dict\[str\, any] | A key-value collection containing all the values for the keys requested in the [Get](#Get) package. | +If a requested key was not present in the server's data, the associated value will be `null`. + Additional arguments added to the [Get](#Get) package that triggered this [Retrieved](#Retrieved) will also be passed along. ### SetReply