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

Bugfix/dbus methods context #430

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

j-licht
Copy link

@j-licht j-licht commented Oct 13, 2023

No description provided.

Oberserve the given context from the function e.g. StartUnitContext,
which are using the internal function startJob. If this context is done
remove the job Listener if existing.

Fixes coreos#428
When handling the jobComplete signal, only try to write to the channel
and do not block on the channel write. If nothing reads from this
channel, the function blocks forever and makes it impossible to start
new jobs.

Fixes coreos#429
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.

None yet

1 participant