Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-1054: Add session management diagram to sessions page #1754

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/program/apis/sessions.md
sguequierre authored Sep 6, 2023
commit 24cf80e45f3c525fc28ce9404565d202b2fd24eb
2 changes: 1 addition & 1 deletion docs/program/apis/sessions.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ 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:
sguequierre marked this conversation as resolved.
Show resolved Hide resolved

{{<imgproc src="program/viam-session-management.png" resize="500x" declaredimensions=true alt="An analogy for Viam's session management API pruning client sessions within the Viam client ecosystem, with the API as a larger force managing viam-server's clients' connection to the robot. A planet and its moon are pictured, with viam-server being the moon, orbiting the session management API but possessing clients in its orbit itself.">}}
{{<imgproc src="program/viam-session-management.png" resize="500x" declaredimensions=true alt="An analogy for Viam's session management API pruning client sessions within the Viam client ecosystem, with the API as a larger force managing viam-server's clients' connection to the robot. A star and its planet are pictured, with viam-server being the planet, orbiting the session management API but possessing many clients in its orbit itself.">}}
sguequierre marked this conversation as resolved.
Show resolved Hide resolved

### The `SessionsClient`