Skip to content
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

inlet and outlet clock_sync no longer runs its own thread #24

Merged
merged 5 commits into from
Nov 23, 2024

Conversation

cboulay
Copy link
Contributor

@cboulay cboulay commented Nov 19, 2024

The ClockSync object attached to an inlet or outlet no longer runs its own thread. Instead, the inlet(s) and/or outlet(s) will periodically (~0.1 sec) ask clock_sync to get an update. ClockSync internally rate-limits this updating even if there are multiple inlets and outlets sharing the same ClockSync object.

@cboulay cboulay merged commit f13d969 into dev Nov 23, 2024
18 checks passed
@cboulay cboulay deleted the 23-cannot-deepcopy-lslinletunit-or-lsloutletunit branch November 23, 2024 20:31
@cboulay cboulay linked an issue Nov 23, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot deepcopy LSLInletUnit or LSLOutletUnit
1 participant