Skip to content

Commit 30a462d

Browse files
sshanessysm
authored andcommitted
bump msgq (commaai#34445)
* Reapply "Reapply "bump msgq (commaai#34410)" (commaai#34443)" This reverts commit cb6eb4f. * here too * running locally in loop to make sure this was fluke * running locally in loop to make sure this was fluke
1 parent db4571f commit 30a462d

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

msgq_repo

selfdrive/pandad/pandad.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ void can_send_thread(std::vector<Panda *> pandas, bool fake_send) {
9191
while (!do_exit && check_all_connected(pandas)) {
9292
std::unique_ptr<Message> msg(subscriber->receive());
9393
if (!msg) {
94-
if (errno == EINTR) {
95-
do_exit = true;
96-
}
9794
continue;
9895
}
9996

system/ubloxd/ubloxd.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ int main() {
2626
while (!do_exit) {
2727
std::unique_ptr<Message> msg(subscriber->receive());
2828
if (!msg) {
29-
if (errno == EINTR) {
30-
do_exit = true;
31-
}
3229
continue;
3330
}
3431

0 commit comments

Comments
 (0)