Closed
Description
Error exception:
File "/usr/local/lib/python3.10/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py", line 944, in _shutdown
total = len(dropped_messages) + len(
TypeError: object of type 'NoneType' has no len()
Thrown by this code:
We should add a check to ensure dropped_messages is not None.
Activity