How would you expect a Golang `Ticker` (pkg.go.dev/time#Ticker) to behave if it was configured to tick every 50ms but the receiver is reading off the channel only once every 60ms? Complete program below if you want to run and see for yourself.
2 likes 1 replies
?