Slide 15
Slide 15 text
LAST-EVENT-ID
captured live · reconnect after seeing id 5 · trimmed
$ curl -N -H "Last-Event-ID: 5" http://localhost:3000/telemetry
id: 6
event: telemetry
data: {"line":"B1","conveyor_speed_mms":174,"motor_temp_c":66.1,"ts":"2026-07-07T03:35: 50 .401Z","synthetic":true}
id: 7
event: telemetry
data: {"line":"A1","conveyor_speed_mms":166,"motor_temp_c":64.8,"ts":"2026-07-07T03:35: 51 .407Z","synthetic":true}
⋮
id: 9
event: telemetry
data: {"line":"B1","conveyor_speed_mms":173,"motor_temp_c":66.2,"ts":"2026-07-07T03:36: 08 .564Z","synthetic":true}
Replay - ids 6 to 8 arrive together. Check the timestamps.
Live - id 9 arrives eighteen seconds later, in real time