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, a collector or a parallel environment that goes out of scope without being explicitely shut down throws an error.
We should fix this by calling shutdown and close for _DataCollector and _EnvClass, respecitvely.