Avery
Feat/dev 506 large file download (#276) DEV-506: fix blocking issue on failed segment retry When a worker fails to write its segment, the worker would immediately exit, causing the main process to block as it is waiting for all the child processes to read from the work queue a final message.