Commit 67f2c65
committed
Re-initialize direct_queue in TelemetryNode.__init__
The bbdc3a8 refactor that added the redis_client parameter dropped the
self.direct_queue init, which publish() reads on every frame. Car mode
hides the bug because start_car_services assigns direct_queue after
construction; base mode never does, so udp_receiver crashes with
AttributeError on the first frame and the whole base container goes
unhealthy, taking down integration / vcan / lan-sender CI jobs.1 parent bbdc3a8 commit 67f2c65
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments