-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
use SteadyTimer for cleaning up inactive streams #45
Conversation
so that cleanup works correctly even if system time changes
@flixr It is failing to compile. Can you check? https://travis-ci.org/RobotWebTools/web_video_server/jobs/308041688 |
It needs the new SteadyTimer, so it will fail in kinetic release until it's available there as well (should happen with next sync). The prerelease already builds fine. |
Thanks for the explanation @flixr. I would like to wait for next sync to be safe. Is this ok? |
That is fine. |
Probably not terribly important, but this change also means that when on slow sim-time (f.i. with a resource-intensive Gazebo simulation), cleanup might happen too soon. Are we okay with that? (I think we are) |
This timer is just for a periodic callback to clean up inactive subscribers. I don't see any problem. |
so that cleanup works correctly even if system time changes
so that cleanup works correctly even if system time changes