-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output.file
can create multiple files on reopen
#2842
Comments
toots
added a commit
that referenced
this issue
Feb 24, 2023
* Use `Atomic` for values potentially acessed concurrently. * Make filename computation idempotent * Prevent filename function from being called to set the source's name Fix: #2842
toots
added a commit
that referenced
this issue
Feb 24, 2023
* Use `Atomic` for values potentially acessed concurrently. * Make filename computation idempotent * Prevent filename function from being called to set the source's name Fix: #2842
toots
added a commit
that referenced
this issue
Feb 24, 2023
* Use `Atomic` for values potentially acessed concurrently. * Make filename computation idempotent * Prevent filename function from being called to set the source's name Fix: #2842
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I've found out that sometimes
output.file
can create two different files if the file name has seconds in it. This happens because the file name function is called several times, and the current time is near the round second.To Reproduce
Expected behavior
I think that between reopen tries should be exactly the
reopen_delay
time, but it drifts slightly forward.The file name function should not be called several times.
Version details
ubuntu:22.04
in dockerInstall method
Deb package from liquidsoap releases at github
Common issues
N/A
The text was updated successfully, but these errors were encountered: