[wpilibc] Don't hang waiting for NT server to start (#4524)

This matches Java behavior.
This commit is contained in:
Peter Johnson
2022-10-26 10:29:56 -07:00
committed by GitHub
parent 02c47726e1
commit cfb84a6083

View File

@@ -235,6 +235,7 @@ RobotBase::RobotBase() {
++count;
if (count > 100) {
fmt::print(stderr, "timed out while waiting for NT server to start\n");
break;
}
}