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
This has been a long standing bug where some users will have their downloads hang without ever completing. This is due to an improper handling of CancellationToken combined with how WebClient timeouts are handled.
This has been a long standing bug where some users will have their downloads hang without ever completing. This is due to an improper handling of
CancellationToken
combined with howWebClient
timeouts are handled.Some examples where this is likely the cause:
issues/331
issues/318
The text was updated successfully, but these errors were encountered: