BufferedReader.get is documented as returning the latest message: "Attempts to retrieve the latest message received by the instance.". In reality BufferedReader.get returns the oldest message in it's ...
When a frame is received by a BufferedReader (probably all Listeners are affected), it often indicates a timestamp that has not been reached yet (time in a future). Connect two interfaces to a CAN bus ...