We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41d8ab commit 4ea941dCopy full SHA for 4ea941d
google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py
@@ -239,7 +239,7 @@ def _process_requests(
239
ack_reqs_dict[ack_id].message_id,
240
ack_reqs_dict[ack_id].ack_id,
241
)
242
-
+
243
# Handle special errors returned for ack/modack RPCs via the ErrorInfo
244
# sidecar metadata when exactly-once delivery is enabled.
245
if errors_dict and ack_id in errors_dict:
0 commit comments