Ex :"Your socket connection to the server was not read from or written to within the timeout period" #2091
-
I want to load an audio file via the PutObjectAsync() method but after a while this exception is thrown ex = {"Your socket connection to the server was not read from or written to within the timeout period."}, otherwise for .txt file the method works very well but once I load a file other than .txt the exception is thrown. my code: "AWSSDK.S3" Version="3.7.9.42" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is a duplicate of #2092. Could you please share the sample solution with reproducible code? Specifically, how is the request object in call request.File.CopyToAsync(inputStream) populated? Not sure if MP3 audio file is not yet downloaded fully (it supports playback as the bytes are received). |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
This is a duplicate of #2092. Could you please share the sample solution with reproducible code? Specifically, how is the request object in call request.File.CopyToAsync(inputStream) populated? Not sure if MP3 audio file is not yet downloaded fully (it supports playback as the bytes are received).