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
The resource_updater loop is being started as a new Thread. However, there is no way to stop this thread which continue to persist and execute even after the main thread is killed. This needs to be handled.