tpill90/steam-lancache-prefill

Correctly implement CancellationToken to prevent downloads hanging

tpill90 opened this issue · 1 comments

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.

Some examples where this is likely the cause:

issues/331
issues/318

Released in v2.4.0