(In trunk-recorder) Because our current error comes from main.cc conditional statement: -> if (msgs_decoded_per_second < 10 ) Sigma and I did some looking into the main.cc code today and found (by adding BOOST_LOG_TRIVIAL(error) << "put debug string here" error messages) that:
messages are never getting handled...
in main.cc the computer is never executing the code inside the function:
void handle_message(std::vector messages){
(In trunk-recorder) Because our current error comes from main.cc conditional statement: -> if (msgs_decoded_per_second < 10 ) Sigma and I did some looking into the main.cc code today and found (by adding BOOST_LOG_TRIVIAL(error) << "put debug string here" error messages) that:
messages are never getting handled... in main.cc the computer is never executing the code inside the function: void handle_message(std::vector messages){
i wonder why......