Replies: 1 comment 6 replies
-
That's odd. Can you provide more details about your Tokio runtime? Are you using the single threaded runtime? What symptoms are you observing that are leading you to conclude that the upload is blocking? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm calling
put_object
with aByteStream
that reads from a file. The file is very large so it takes several seconds for the upload to complete. It appears that during the upload, execution is never yielded back to the Tokio runtime. Is there any way that I can yield to the Tokio runtime as the file is uploading?Beta Was this translation helpful? Give feedback.
All reactions