Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbus/methods: don't write blocking to jobListener channel
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
- Loading branch information