StageConnectionState
State for a connected stage client
| Property | Type | Description |
|---|
authenticated | boolean | Whether connection has been authenticated |
connectedAt | number | When this connection was established |
id | string | Unique connection ID |
lastSeq | number | Last sequence number sent to this client |
sessionId | string | Session this connection belongs to |
subscribedChannels | Set<string> | Channels this client is subscribed to (for filtering) |