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/lesv-patch-1/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/StreamingSubscriberConnection.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,8 @@ public void sendAckOperations(
275
275
requestObserver.onNext(request);
276
276
}
277
277
} catch (Exceptione) {
278
-
logger.log(Level.WARNING, "failed to send acks", e);
0 commit comments