ZcashLightClientKit/Sources/ZcashLightClientKit/Block
Francisco Gindre 60aa28628b [#532] [0.16.x-beta] Download does not stop correctly
Issue Reported:

When the synchronizer is stopped, the processor does not cancel
the download correctly. Then when attempting to resume sync, the
synchronizer is not on .stopped and can't be resumed

this doesn't appear to happen in master branch that uses
structured concurrency for operations.

Fix:
This commit makes sure that the download streamer checks cancelation
before processing any block, or getting called back to report progress
2022-09-16 16:59:31 -03:00
..
DatabaseStorage [#455] revert queue priority downgrade changes from [#435] (#456) 2022-08-15 17:03:03 -03:00
Downloader Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
Processor [#532] [0.16.x-beta] Download does not stop correctly 2022-09-16 16:59:31 -03:00