-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle accept result and download result errors (#416)
* fix: Add accept result error handling * fix: Add download result error handling * fix: Check download path before downloading If the path exists, we have already attempted to download the results. * fix: Unblock error channel The unbuffered error channel blocks on the receiver which does not get set up in time. The buffered channel will hold the message until the receiver is available.
- Loading branch information
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters