P25Scanners / Oakland1

1 stars 0 forks source link

messages not handled #2

Open brendanvg opened 9 years ago

brendanvg commented 9 years ago

(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......