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

[hal] SimDevice: Don't hold lock during callbacks #6855

Merged

Conversation

PeterJohnson
Copy link
Member

This can cause lock inversions with other code (in particular with the simulation WebSockets interface).

Fixes #6842.

This can cause lock inversions with other code (in particular with
the simulation WebSockets interface).
@PeterJohnson PeterJohnson requested a review from a team as a code owner July 19, 2024 04:04
@PeterJohnson PeterJohnson merged commit 8548d83 into wpilibsuite:main Jul 21, 2024
35 checks passed
@PeterJohnson PeterJohnson deleted the hal-simdevice-unlock-callback branch July 21, 2024 05:09
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.

Occasional hang due to deadlock when HALSimWS connection is present while SimDevice is being created.
1 participant