AbortMultipartUpload and RetryUpload don't run on the same thread #2224
Answered
by
jmklix
xiaonaiquan
asked this question in
Q&A
-
I called AbortMultipartUpload in thread 1, and then I called RetryUpload in thread 2, and the whole program crashed. I wonder if these two functions can be called in different threads? Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
jmklix
Jan 9, 2023
Replies: 2 comments 1 reply
-
I believe that you should be able to use them on multiple treads. Do you have a minimal code sample that reproduces this? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jmklix
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe that you should be able to use them on multiple treads. Do you have a minimal code sample that reproduces this?