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

Fix service framework #31

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Fix service framework #31

merged 1 commit into from
Jan 10, 2024

Conversation

Kitt3120
Copy link
Owner

  • Fix deadlock when accessing the ServiceManager parameter in start() method of a Service
  • Known bug: Deadlock still happens when a service accesses itself through the ServiceManager on start

 - Fix deadlock when accessing the ServiceManager parameter in start() method of a Service
 - Known bug: Deadlock still happens when a service accesses itself through the ServiceManager on start
@Kitt3120 Kitt3120 added the bug Something isn't working as expected label Jan 10, 2024
@Kitt3120 Kitt3120 self-assigned this Jan 10, 2024
@Kitt3120 Kitt3120 merged commit 2cd71ac into staging Jan 10, 2024
3 checks passed
@Kitt3120 Kitt3120 deleted the fix/service-framework-deadlock branch January 10, 2024 18:05
@Kitt3120 Kitt3120 linked an issue Jan 10, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Service framework deadlock
1 participant