whoami
Retrieve current connection state and player metadata atomically for a given connection ID, avoiding torn snapshots from concurrent writes.
Instructions
Return this connection's current state + player metadata.
Reads state + player atomically under state_lock so we can't observe a torn snapshot (e.g. a concurrent set_player_metadata that's partway through updating both fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |