This repository was archived by the owner on Aug 12, 2025. It is now read-only.
v1.7.2: fix: time.After leaks memory
It's a relatively common footgun in Go that `time.After` causes the object and the goroutine to leak. On my system that leads to reproducible OOM situations, to the point I had to disable the service because it exhausts memory in a matter of a few minutes.