You asked for ticks at 100ms intervals, but your receiver has a 
time.Sleep(1*time.Second).

See https://golang.org/pkg/time/#NewTicker
"It adjusts the intervals or drops ticks to make up for slow receivers."

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/bae3f0d6-becc-4ad3-88e1-86f204a85b72%40googlegroups.com.

Reply via email to