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: detect system sleep and prevent false keepalive timeouts (#141)
* fix: detect system sleep and prevent false keepalive timeouts
When laptop wakes from sleep, the ping timer's elapsed time exceeds the normal
interval. This triggers immediate timeout checks on all clients that haven't
responded during the sleep period, causing false disconnections. Reset all
client pong timestamps after detecting wake events (>1.5x interval elapsed)
to give clients a fresh keepalive window.
* run stylua
0 commit comments