Skip to content

Commit 7921561

Browse files
authored
fix: do not set BidiRpc to None when closing it (#698)
1 parent 4627b0c commit 7921561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/bigquery_storage_v1/writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def _shutdown(self, reason: Optional[Exception] = None):
308308

309309
if self._rpc is not None:
310310
self._rpc.close()
311-
self._rpc = None
312311
self._closed = True
313312
_LOGGER.debug("Finished stopping manager.")
314313

0 commit comments

Comments
 (0)