To correctly consume a re-initialized Ticker pointer in a `select`, you must continue the surrounding for-loop when stopping and re-initializing a `time.Ticker`. Nice learning today!
#go #golang
Commit with the fixed select with a reset channel for my UNIX socket server:
https://forgejo.lukasrotermund.de/lrotermund/libre-activity-tracker/commit/5a450e085dd63a912321901e5bf69dd23492ba25?style=split&whitespace=show-all