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
Similarly to init we should provide a teardown function to handle any required duty before tearing down a GenServer. Eg. it can be used to cancel any timer or listener tasks spawned to support the main GenServer.