diff --git a/src/info_receiver.cpp b/src/info_receiver.cpp index 012ce50b..2f26daab 100644 --- a/src/info_receiver.cpp +++ b/src/info_receiver.cpp @@ -62,7 +62,7 @@ void lsl::info_receiver::info_thread() { std::string msg = os.str(); info.from_fullinfo_message(msg); // if this is not a valid streaminfo we retry - if (info.created_at() != 0.0) continue; + if (info.created_at() == 0.0) continue; // store the result for pickup & return { std::lock_guard lock(fullinfo_mut_);