miscellaneous cleanups and fixes

This commit is contained in:
James Shubin
2016-08-30 04:41:13 -04:00
parent 636f2a36b1
commit 6794aff77c
13 changed files with 35 additions and 26 deletions

View File

@@ -90,7 +90,7 @@ func (obj *TimerRes) Watch(processChan chan Event) {
if exit, _ := obj.ReadEvent(&event); exit {
return
}
case _ = <-cuuid.ConvergedTimer():
case <-cuuid.ConvergedTimer():
cuuid.SetConverged(true)
continue
}