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
All the callbacks are scheduled again and again until they are cancelled (remove from the queue). There should be a way to set the callback to run once to make the code simpler.
And may be all the callbacks should run once by default.