mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
isotp_parallel_query: use drain_sock_raw (#27714)
use drain_sock_raw old-commit-hash: fb03e225fd5b815f1600ec71848e94ddb55eb597
This commit is contained in:
@@ -60,7 +60,7 @@ class IsoTpParallelQuery:
|
||||
return msgs
|
||||
|
||||
def _drain_rx(self):
|
||||
messaging.drain_sock(self.logcan)
|
||||
messaging.drain_sock_raw(self.logcan)
|
||||
self.msg_buffer = defaultdict(list)
|
||||
|
||||
def _create_isotp_msg(self, tx_addr, sub_addr, rx_addr):
|
||||
|
||||
Reference in New Issue
Block a user