mirror of
https://github.com/kopia/kopia.git
synced 2026-01-24 06:18:02 -05:00
* fix(snapshots): fixed random deadlock when Uploader results in a failure The deadlock was caused by not properly waiting for all asynchronous work to complete before closing the worker pool. Introduced `workshare.AsyncGroup.Close()` and some assertions. * fixed select race * linter fix * pr feedback