Make client work with gevent monkey patching #328
Labels
api: pubsublite
Issues related to the googleapis/python-pubsublite API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hello,
google-cloud-pubsublite
version: 1.4.1Steps to reproduce
Code example
When running the code with the monkey.patch_all(), publish() hangs.
I debugged a little bit, looks "thread" and "select" patch affect pubsublite. If I didn't patch these two as below, it worked as expected. Not sure if pubsublite is gevent friendly? My case is I need patch all.
Thanks!
The text was updated successfully, but these errors were encountered: