Skip to content

Stop timers before expiration

meskio requested to merge meskio/snowflake:issue/40039 into main

If we don't stop them explicitly, the timers will not get garbage collected until they timeout: https://medium.com/@oboturov/golang-time-after-is-not-garbage-collected-4cbc94740082

Related to #40039 (closed)

Merge request reports