We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4209f38 commit 7647b0dCopy full SHA for 7647b0d
1 file changed
packages/google-api-core/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