Hello all,
The documentation [1] makes it clear that http2lib objects aren't thread safe in the Python client library. Are clients that have gRPC support (such as Pubsub) thread safe when using gRPC? This question has been asked with the Java client library before [2] but I'd appreciate a firm answer for Python too.
Thank you.
[1] https://developers.google.com/api-client-library/python/guide/thread_safety
[2] googleapis/google-cloud-java#1320