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 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 62da6fe110aec97381d5d6842cc96d2d32e483bf
2 changes: 1 addition & 1 deletion docs/program/apis/sessions.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ 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.

{{<imgproc src="program/viam-session-management.png" resize="500x" declaredimensions=true alt="An pictured analogy for Viam's session management API pruning client sessions within the Viam client ecosystem, with the session management API as a larger force managing viam-server's clients than viam-server itself. A planet and its moon is 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 pictured 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.">}}
sguequierre marked this conversation as resolved.
Show resolved Hide resolved
sguequierre marked this conversation as resolved.
Show resolved Hide resolved

### The `SessionsClient`