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
Currently, we simply shut down a single goroutine. I vote for supporting adding a custom func(currLimit uint) uint that returns a new limit. Defaulting to func(currLimit uint) uint) { return currLimit - 1; }.