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-automl/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/AckReplyConsumer.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,6 @@ public interface AckReplyConsumer {
Copy file name to clipboardExpand all lines: branches/autosynth-automl/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/MessageDispatcher.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ private class AckHandler implements ApiFutureCallback<AckReply> {
133
133
private final int outstandingBytes;
134
134
private final long receivedTimeMillis;
135
135
private final Instant totalExpiration;
136
+
private boolean extending = true;
136
137
137
138
AckHandler(String ackId, int outstandingBytes, Instant totalExpiration) {
Copy file name to clipboardExpand all lines: branches/autosynth-automl/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/MessageDispatcherTest.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,14 @@ public void testNack() throws Exception {
0 commit comments