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

Lock Screen Race Conditions #2063

Closed
joeljfischer opened this issue Oct 29, 2021 · 0 comments · Fixed by #2066
Closed

Lock Screen Race Conditions #2063

joeljfischer opened this issue Oct 29, 2021 · 0 comments · Fixed by #2066
Assignees
Labels
bug A defect in the library manager-lockscreen Relating to the manager layer - lockscreen

Comments

@joeljfischer
Copy link
Contributor

Bug Report

The SDLLockScreenStatusManager is owned by the SDLLockScreenManager but gets its driver distraction notifications from its own registrations. This creates a race condition with the driver distraction notification usage that the SDLLockScreenManager uses. This causes some strange behavior with dismissibility. We should refactor the lock screen manager / status manager to have the LSM pass to the status manager the new DD notification or HMI status notification and do something with the result.

@joeljfischer joeljfischer added bug A defect in the library manager-lockscreen Relating to the manager layer - lockscreen labels Oct 29, 2021
@joeljfischer joeljfischer self-assigned this Jan 4, 2022
@joeljfischer joeljfischer linked a pull request Jan 4, 2022 that will close this issue
4 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug A defect in the library manager-lockscreen Relating to the manager layer - lockscreen
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant