Skip to content

Commit

Permalink
Merge 4dd9a22 into bd4f950
Browse files Browse the repository at this point in the history
  • Loading branch information
henrod committed Jul 5, 2018
2 parents bd4f950 + 4dd9a22 commit c83fec4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions agent/agent.go
Expand Up @@ -264,8 +264,6 @@ func (a *Agent) Handle() {
select {
case <-a.chDie: // agent closed signal
return
case <-a.appDieChan: // application quit
return
}
}

Expand Down
3 changes: 0 additions & 3 deletions service/handler.go
Expand Up @@ -132,9 +132,6 @@ func (h *HandlerService) Dispatch(thread int) {

case id := <-timer.Manager.ChClosingTimer: // closing Timers
timer.RemoveTimer(id)

case <-h.appDieChan: // application quit signal
return
}
}
}
Expand Down

0 comments on commit c83fec4

Please sign in to comment.