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
Fix: is_alive() now correctly returns False for connections that were never touch()ed. The previous default (last_seen=0) plus small time.monotonic() on a fresh process produced false positives.