The code examples in googleapis.dev do not close the SubscriberClient, and the context manager for this class is not mentioned anywhere, opposed to documenatation in https://cloud.google.com/pubsub/docs/pull .
Not closing the client results in a resource leak, so i think it should be clear from the documentation.