I-CAN-hack / automotive

Rust crate providing a variety of automotive related libraries, such as communicating with CAN interfaces and diagnostic APIs
MIT License
34 stars 7 forks source link

Revert [SocketCAN] Handle buffer full and try again later (#51) #61

Closed pd0wm closed 1 month ago

pd0wm commented 1 month ago

Current implementation works because it pushes/pops from the from of the queue, but simpler to just replace by a blocking send.