We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9ec9d commit 446070fCopy full SHA for 446070f
1 file changed
packages/google-api-core/google/api_core/bidi.py
@@ -481,7 +481,7 @@ def on_response(response):
481
print(response)
482
483
consumer = BackgroundConsumer(rpc, on_response)
484
- consume.start()
+ consumer.start()
485
486
Note that error handling *must* be done by using the provided
487
``bidi_rpc``'s ``add_done_callback``. This helper will automatically exit
0 commit comments