Files
node-steamcommunity/components
Lucas 59090242f9 Fix login hanging indefinitely on steam-session timeout
Modern login in components/login.js listens for 'authenticated' and
'error' events from steam-session's LoginSession, but not the 'timeout'
event. When loginTimeout (default 30s) elapses, steam-session emits
'timeout' and calls cancelLoginAttempt() without emitting an 'error'
event, causing the Promise to never settle and the login callback to
never be called.

Add a 'timeout' event listener that rejects the Promise with a
descriptive error.
2026-07-03 10:02:04 +02:00
..
2019-02-13 17:35:39 -05:00
2024-04-29 16:40:01 +03:00
2021-07-22 23:58:47 -04:00
2022-02-02 03:35:44 -05:00
2023-06-24 02:40:48 -04:00
2023-12-02 20:26:52 -05:00