Hello
WebSocket server->client.
Sent by the server as the first message after a WebSocket connection opens to provide basic information about the server, the build graph, etc.
Trailing:
step_name_len: u32for eachsteps_lenstep_name: [step_name_len]u8for eachstep_name_lenstep_status: u8for every 4steps_len; every 2 bits is aStepUpdate.Status, LSBs first
Fields of this type
Fields
- tag:ToClientTag
- = .hello
- timestamp:i64
- Any message containing a timestamp represents it as a number of nanoseconds relative to when
- steps_len:u32
- The number of steps in the build graph which are reachable from the top-level step[s] being
Type definitions in this namespace