Commit 2304dcc2 authored by Danielle Tomlinson's avatar Danielle Tomlinson
Browse files

allocrunner: Close Alloc Updates loop correctly

break inside select does not do what I thought it did.
parent 3f947f93
Branches unavailable
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -653,8 +653,6 @@ func (ar *allocRunner) handleAllocUpdates() {
ar.handleAllocUpdate(update)
case <-ar.waitCh:
return
case <-ar.destroyCh:
return
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment