docs: block until the streaming pull shuts down by plamut · Pull Request #424 · googleapis/python-pubsub

@plamut

If subscriber client is used as a context manager, we need to block
until the shutdown is complete before leaving the `with` block.
If not, errors can occur if the underlying gRPC channel is closed before
subscriber client makes the final RPC requests to the server (e.g. auto
NACK anny remaining messages).

@google-cla google-cla bot added the cla: yes

This human has signed the Contributor License Agreement.

label

Jun 3, 2021

@plamut plamut added kokoro:force-run

Add this label to force Kokoro to re-run the tests.

automerge

Merge the pull request once unit tests and other checks pass.

labels

Jun 14, 2021