mirror of
https://github.com/wahyd4/caddy.git
synced 2026-08-10 13:56:32 +10:00
"A receive from a closed channel returns the zero value immediately" Close the tickerChan in the calling function, this causes "case <-c" to unblock immediately, ending the goroutine and stopping the ticker.