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
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
A goroutine created in Swarm.periodicallyUpdateGauges method is not terminated when Swarm.Stop is called. After a new call to Swarm.Start, another goroutine will be created with the same functionality.
This is a nonissue for production, since the Swarm is started only once. This only affects tests where Swarm is used as a service in simulations and if stop is called too many times.
Should we add more complexity or leave it as it is?
The text was updated successfully, but these errors were encountered:
A goroutine created in Swarm.periodicallyUpdateGauges method is not terminated when Swarm.Stop is called. After a new call to Swarm.Start, another goroutine will be created with the same functionality.
This is a nonissue for production, since the Swarm is started only once. This only affects tests where Swarm is used as a service in simulations and if stop is called too many times.
Should we add more complexity or leave it as it is?
The text was updated successfully, but these errors were encountered: