Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

v1.7.2: fix: time.After leaks memory

Choose a tag to compare

@Efreak Efreak released this 23 Jul 22:09
· 9 commits to master since this release
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.