Skip to content

Commit

Permalink
When re-opening a ResumableBidiRPC set _request_queue_generator to No…
Browse files Browse the repository at this point in the history
…ne. (#7548)
  • Loading branch information
crwilcox authored Mar 22, 2019
1 parent cb1382e commit 0c59689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_core/google/api_core/bidi.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def _reopen(self):
self.call = None
# Request generator should exit cleanly since the RPC its bound to
# has exited.
self.request_generator = None
self._request_generator = None

# Note: we do not currently do any sort of backoff here. The
# assumption is that re-establishing the stream under normal
Expand Down

0 comments on commit 0c59689

Please sign in to comment.