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
// As per https://docs.bazel.build/versions/main/creating-workers.html#work-responses,
83
+
// unknown fields are ignored.
84
+
reader.skipValue();
85
+
break;
83
86
}
84
87
}
85
88
reader.endObject();
@@ -125,6 +128,9 @@ public WorkRequest readWorkRequest() throws IOException {
125
128
requestId = reader.nextInt();
126
129
break;
127
130
default:
131
+
// As per https://docs.bazel.build/versions/main/creating-workers.html#work-responses,
0 commit comments