-
Notifications
You must be signed in to change notification settings - Fork 207
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
"Data Loss!" #1925
Comments
This warning seems to be generated by ola/examples/ola-dmxmonitor.cpp Line 374 in 1a68747
According to the TimeInterval header (and But the usec field is stored in type My computer is pretty new, has lots of idle cores, plenty of RAM, and an SSD, and I can see the DMX monitor continuously update. I doubt it's ever gone even 1 second without a screen update. Whatever this code was intended to do, I'm skeptical it's actually doing that. |
It looks like a lot of the functionality ( I'd propose:
It looks like the current line (using glibc) is probably equivalent to:
but I'm still skeptical that a terminal window constantly displaying updates of 1/2 KB of data is ever exceeding 3sec of lag. |
I was playing with the new web interface and not seeing any action from my fixtures, so I ran
ola_dmxmonitor
to make sure the data was getting sent to OLA. Every now and then, it pops up a little text alert that says "Data Loss!".There doesn't seem to be any documentation anywhere which says what data is being lost, or if this is a problem, or what I should do about it. Or is this a bug? Intuitively, I wouldn't think that moving one slider in a web interface, with one terminal window monitoring the state of 500 bytes, should be enough to cause any kind of data loss.
The text was updated successfully, but these errors were encountered: