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
We already have the persistent data we need to implement this because we track lastSeen! We just need to check it before creating the always-on client.
We expire always-on clients if they're idle too long:
ergo/irc/server.go
Lines 278 to 283 in 375079e
but when the server restarts, we recreate them, which seems wrong.
The text was updated successfully, but these errors were encountered: