Description
[root@localhost test]# python3 example.py
2024-09-13 16:23:04 [INFO] Connection: Connection opened
2024-09-13 16:23:04 [INFO] UdsClient: ECUReset<0x11> - Requesting reset of type 0x01 (hardReset)
2024-09-13 16:23:04 [DEBUG] Connection: Sending 2 bytes : [1101]
2024-09-13 16:23:05 [DEBUG] Connection: No data received: [TimeoutException] - Did not received ISOTP frame in time (timeout=1 sec)
2024-09-13 16:23:05 [ERROR] UdsClient: [TimeoutException] : Did not receive response in time. P2 timeout time has expired (timeout=1.000 sec)
C[root@localhost uds-server-master]# candump vcan1 -a
vcan1 733 [3] 02 11 01 '...'
vcan1 73B [8] 03 7F 11 11 00 00 00 00 '........'
I confirm that the response message was sent back within one second. Given this information, what potential issues could have caused this behavior?