You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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......
The text was updated successfully, but these errors were encountered:
(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......
The text was updated successfully, but these errors were encountered: