usdot-fhwa-OPS/V2X-Hub

Intermittent TCM Reception Failure in V2XHub CARMACloudPlugin

Closed this issue · 0 comments

Summary

We have observed inconsistent behavior with the TCM payload reception in the CARMACloudPlugin of V2XHub. While the plugin sometimes successfully receives TCM data, there are instances where it fails to report a TCM received. This issue has been confirmed through multiple tests, including recent updates made to the code and associated images. Despite these efforts, the problem persists, and the root cause remains unidentified. We need to investigate the HTTP server’s behavior in the plugin to ensure reliable data handling

Commit

NA

Expected Behavior

The HTTP server in the CARMACloudPlugin should consistently receive and process TCM payloads sent to V2XHub. Whenever TCM data is transmitted to the plugin, it should be properly received and reported without interruptions or failures, ensuring reliable data handling and system functionality.

Actual Behavior

Currently, the HTTP server in the CARMACloudPlugin exhibits intermittent behavior in receiving TCM payloads. While it sometimes succeeds in receiving and processing the data, there are frequent occurrences where it fails to report a TCM received.

Steps to Reproduce the Actual Behavior

NA

Related Work

No response