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
Copy file name to clipboardExpand all lines: branches/autosynth-dataproc/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -222,14 +222,7 @@ && hasBatchingBytes()
222
222
}
223
223
}
224
224
// Setup the next duration based delivery alarm if there are messages batched.
225
-
if (!messagesBatch.isEmpty()) {
226
-
setupDurationBasedPublishAlarm();
227
-
} elseif (currentAlarmFuture != null) {
228
-
logger.log(Level.FINER, "Cancelling alarm, no more messages");
0 commit comments