By adding an MPSC channel into UDS client for transmission, we can send the UdsFrame from anywhere in our source code. - Add a thread to handle UdsFrame sending, whenever it receives and UdsFrame from MPSC channel, it will send the data to CAN bus
By adding an MPSC channel into UDS client for transmission, we can send the UdsFrame from anywhere in our source code.