mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilibc] Don't hang waiting for NT server to start (#4524)
This matches Java behavior.
This commit is contained in:
@@ -235,6 +235,7 @@ RobotBase::RobotBase() {
|
||||
++count;
|
||||
if (count > 100) {
|
||||
fmt::print(stderr, "timed out while waiting for NT server to start\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user