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.
1 parent 4f11d75 commit f210f00Copy full SHA for f210f00
boxsdk/util/chunked_uploader.py
@@ -153,6 +153,7 @@ def _commit_and_erase_stream_reference_when_succeed(self):
153
# Remove file stream reference when uploading file succeeded
154
if commit_result is not None:
155
self._content_stream = None
156
+ self._executor.shutdown(wait=True)
157
return commit_result
158
159
0 commit comments