Clean up timers on receipt of a non-0x78 UDS error (#25398)

* clean up timers on receipt of a non-0x78 UDS error

* Update selfdrive/car/isotp_parallel_query.py

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 5d699a578c
taco
Jason Young 3 years ago committed by GitHub
parent 34a61840f1
commit 814afc5308
  1. 1
      selfdrive/car/isotp_parallel_query.py

@ -135,6 +135,7 @@ class IsoTpParallelQuery:
if self.debug: if self.debug:
cloudlog.warning(f"iso-tp query response pending: {tx_addr}") cloudlog.warning(f"iso-tp query response pending: {tx_addr}")
else: else:
response_timeouts[tx_addr] = 0
request_done[tx_addr] = True request_done[tx_addr] = True
cloudlog.warning(f"iso-tp query bad response: {tx_addr} - 0x{dat.hex()}") cloudlog.warning(f"iso-tp query bad response: {tx_addr} - 0x{dat.hex()}")

Loading…
Cancel
Save