From d14dcbe3364e2d8d2be70518ad4cca971ebbd1ae Mon Sep 17 00:00:00 2001 From: Sierra Guequierre Date: Fri, 8 Sep 2023 12:54:01 -0400 Subject: [PATCH] Apply suggestions from code review add description to image Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> --- docs/program/apis/sessions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/program/apis/sessions.md b/docs/program/apis/sessions.md index 1d893419cb..a2c8d60682 100644 --- a/docs/program/apis/sessions.md +++ b/docs/program/apis/sessions.md @@ -23,7 +23,9 @@ Without session management, the API request from the client sets the flow of ele With default configuration, sessions are automatically managed for you with Viam's `SessionsClient`. If you want to manage sessions yourself, use Viam's sessions management API. -The session management API moderates `viam-server`'s client network connections, like the star to `viam-server`'s planet in a solar system of application clients: +The session management API moderates `viam-server`'s client network connections. +You can think about a user as one of many clients that are connected to `viam-server` like a star in a solar system of application clients. +All stars (clients) are subject to forces of the planet (`viam-server`) and the sun ( the Session Management API), with the API being the larger force managing viam-server's clients' connection to the robot. {{}}