We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c7ce2 commit 0090843Copy full SHA for 0090843
google/api_core/bidi.py
@@ -350,7 +350,7 @@ def _reopen(self):
350
self.call = None
351
# Request generator should exit cleanly since the RPC its bound to
352
# has exited.
353
- self.request_generator = None
+ self._request_generator = None
354
355
# Note: we do not currently do any sort of backoff here. The
356
# assumption is that re-establishing the stream under normal
0 commit comments