Fix daemon clients cleanup, fixes hanging daemon processes
This commit is contained in:
@@ -609,7 +609,7 @@ class CompileServiceImpl(
|
||||
|
||||
if (state.delayedShutdownQueued.get()) return
|
||||
|
||||
val anyDead = state.sessions.cleanDead() && state.cleanDeadClients()
|
||||
val anyDead = state.sessions.cleanDead() || state.cleanDeadClients()
|
||||
|
||||
ifAliveUnit(minAliveness = Aliveness.LastSession) {
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user