Skip to content

Avery

Latest
Compare
Choose a tag to compare
@scintillating7 scintillating7 released this 10 Jun 15:56
· 2 commits to develop since this release
e84ad87
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.