-
-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
When a isotp error occurs, it triggers a call to a callback, that one can supply to the constructor of the isotp stack called error_handler
. The default of this callback is to just log an message to log.
The uds stack should be informed of this error and abort on-going requests in PythonIsoTpConnection.specific_wait_frame. With log request timeouts, it can take a long time for the request to abort. It also aborts with a TimeoutException instead of the actual low level fault.
Metadata
Metadata
Assignees
Labels
No labels