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

polling_device_watcher: fix race between construction and start #5387

Merged
merged 1 commit into from
Dec 30, 2019

Conversation

bfulkers-i
Copy link
Contributor

Device watchers do not notify for devices that already exist when they
are constructed (e.g. win_event_device_watcher), but
polling_device_watcher was also not notifying if devices were added
between construction and start. This aligns polling_device_watcher
with win_event_device_watcher

Device watchers do not notify for devices that already exist when they
are constructed (e.g. win_event_device_watcher), but
polling_device_watcher was also not notifying if devices were added
between construction and start. This aligns polling_device_watcher
with win_event_device_watcher
@dorodnic dorodnic merged commit 29a9cc4 into IntelRealSense:development Dec 30, 2019
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.

3 participants