nvi-inc / gromet

Go MET server
MIT License
0 stars 1 forks source link

Lockup on recovery from timeout #1

Closed dehorsley closed 4 years ago

dehorsley commented 4 years ago

The main goroutine in Gromet does not gracefully recover from one of the channel reads timing out. It seems the timer.Stop is not used correctly.