Start recording LCU WAMP traffic
lol_wamp_record_startStart recording LCU WAMP frames plus socket lifecycle events into one timeline, showing whether a connection died or a single URI went quiet. Firehose or per-URI capture.
Instructions
Open a second WAMP socket to the LCU, independent of lol_events_*, and record every frame plus the socket lifecycle (open, close with its code, error, reconnect gap) into one timeline. Defaults to the firehose, which is what lets you tell "the socket died" (every URI goes quiet at once) from "nothing happened" (one URI quiet, others flowing). Passing uris subscribes per URI instead, which reproduces what a page-side plugin sees but cannot distinguish those two cases. Starting while a recording is already running is an error: pass restart to discard the old one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | No | subscribe per URI instead of the firehose, e.g. ["/lol-gameflow/v1/gameflow-phase"] | |
| restart | No | discard a running recording and start a fresh one |