wait more if the file is too short #29
Labels
No labels
UI
bug
duplicate
enhancement
help wanted
invalid
question
robustness
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: techbloc/techrec#29
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If your recording has some latency (syncing time) it might well be that your outputs will be shorter than expected. How to fix this?
A simple approach is to just retry when this happens, and wait a bit until that works.
an even simpler approach is to just wait for a configurable amount of time before doing anything. sth like:
not very elegant, but at least it will work!