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

Commits on Dec 5, 2019

  1. polling_device_watcher: fix race between construction and start

    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
    bfulkers-i committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    2cbfb19 View commit details
    Browse the repository at this point in the history