You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just provide another function which stops the timer once started. This func should be called by whoever has started the timer after e.g. the fiber server was stopped.
Feature Description
There should be a way to stop the timestamp updater again so we don't leak a goroutine.
When using Uber's
goleak
you have to manually ignore these after shutting down the fiber server:Additional Context (optional)
No response
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: