We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ea6b59 + cd6cb01 commit cc3bfe1Copy full SHA for cc3bfe1
ydb/topic.py
@@ -208,7 +208,7 @@ def close(self):
208
return
209
210
self._closed = True
211
- self._executor.shutdown(wait=False, cancel_futures=True)
+ self._executor.shutdown(wait=False)
212
213
def _check_closed(self):
214
if not self._closed:
@@ -366,7 +366,7 @@ def close(self):
366
367
368
369
370
371
372
0 commit comments