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

Bug fix to ExecutionManager to avoid race condition issues while accessing inputCache dictionary from different threads. #1812

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hellobody
Copy link

inputCache dictionary must be accessed safely using lock everywhere to avoid race condition issues.

inputCache dictionary must be accessed safely using lock everywhere to avoid race condition issues.
@hellobody hellobody changed the title Update ExecutionManager.cs Update ExecutionManager Aug 8, 2024
@hellobody hellobody changed the title Update ExecutionManager Bug fix to ExecutionManager to avoid race condition issues while accessing inputCache dictionary from different threads. Aug 8, 2024
@DocMoebiuz
Copy link
Collaborator

DocMoebiuz commented Oct 4, 2024

Sorry for my late reply. Thanks for providing a PR to MobiFlight!

Please provide more information about the specific issues (e.g. race conditions) that you witnessed. Is there an issue (https://github.com/MobiFlight/MobiFlight-Connector/issues) reported?

Also check for correct formatting.

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.

2 participants