Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions docs/specification/draft/basic/lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ sequenceDiagram
Note over Client,Server: Connection closed
```

<Info>
For a walkthrough of how these lifecycle phases map to SDK code, see the
[Architecture guide](/docs/learn/architecture#example).
</Info>

## Lifecycle Phases

### Initialization
Expand Down
Loading