Skip to content

Commit c44cbc4

Browse files
Linchinparthea
authored andcommitted
fix: do not set BidiRpc to None when closing it (#698)
1 parent 1ff6976 commit c44cbc4

File tree

1 file changed

+0
-1
lines changed
  • packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1

1 file changed

+0
-1
lines changed

packages/google-cloud-bigquery-storage/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)