You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which service(blob, file) does this issue concern?
File
Which version of the SDK was used?
v2.0.1
On which platform were you using? (.Net Framework version or .Net Core version, and OS version)
.NET Framework 4.8
What problem was encountered?
Changing the default timeouts on CloudFileClient has no effect on the actual timeout. Related to #125
How can the problem be reproduced? It'd be better if the code caused the problem can be shared.
I'm storing a local CloudFileClient variable and using it to construct a directory reference in Azure. I tried setting both the ServerTimeout and NetworkTimeout to 1 minute, as well as MaximumExecutionTime to 3 minutes, but it still takes 15 minutes to time out the connection after I manually disconnect my machine from the internet.
Which service(blob, file) does this issue concern?
File
Which version of the SDK was used?
v2.0.1
On which platform were you using? (.Net Framework version or .Net Core version, and OS version)
.NET Framework 4.8
What problem was encountered?
Changing the default timeouts on CloudFileClient has no effect on the actual timeout. Related to #125
How can the problem be reproduced? It'd be better if the code caused the problem can be shared.
I'm storing a local CloudFileClient variable and using it to construct a directory reference in Azure. I tried setting both the ServerTimeout and NetworkTimeout to 1 minute, as well as MaximumExecutionTime to 3 minutes, but it still takes 15 minutes to time out the connection after I manually disconnect my machine from the internet.
Util.cs
DMWrapperClass.cs
Have you found a mitigation/solution?
No
The text was updated successfully, but these errors were encountered: