Skip to content

Commit

Permalink
fix: do not set BidiRpc to None when closing it (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Linchin authored Nov 6, 2023
1 parent 4627b0c commit 7921561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/bigquery_storage_v1/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def _shutdown(self, reason: Optional[Exception] = None):

if self._rpc is not None:
self._rpc.close()
self._rpc = None
self._closed = True
_LOGGER.debug("Finished stopping manager.")

Expand Down

0 comments on commit 7921561

Please sign in to comment.