Skip to content

feat/xr_driver_ipm_error_subscription_and_reporting

Improved XR Device Driver IPM error reporting

IPM reports many of the errors asynchronously due to advanced micro services architecture. This PR adds background thread to XR driver that subscribes error feed and correlates relevant errors to ongoing transactions. This prevents timing out many of the error situations and provides high quality error reports on failures.

Merge request reports