• v0.48.2 03dff4b382

    v0.48.2 Stable

    jackrobison released this 2019-12-06 02:56:57 +01:00 | 2358 commits to master since this release

    [0.48.2] - 2019-12-04

    This release changes the behavior of downloads that fail to complete. Upon startup file downloads that were running at the previous shutdown are resumed - this remains the same. However, if these or later user initiated attempts to download files (get, file_set_status, file_save or via partial content requests) time out when downloading a blob (due to there not being any peers or the only peers who are found indicating that they do not have it) then the file will go into a stopped state. To re-attempt completing the download they must be resumed with file_set_status, get, file_save, or by reading via partial content requests. (https://github.com/lbryio/lbry-sdk/pull/2650)

    DHT

    Downloads