• Mahmoud Aglan's avatar
    fix: chess multiplayer — lobby sync, session leaks, error handling · 7f51492e
    Mahmoud Aglan authored
    Phase 1 fixes:
    - lobby.js: guest waits 2.5s before entering game (gives host time to detect)
    - challenge.js: validate match_id exists before navigating to lobby
    - match-session.js: remove visibilitychange listener on destroy (memory leak fix)
    - match-session.js: only fire onConnectionRestored after actual disconnection
    - net.js: handle non-JSON server responses gracefully (nginx 502 pages etc)
    - result.js: pass actual timeControl to rematch instead of hardcoded rapid_10_0
    - Remove dead chess/logic/live.js and ludo/logic/live.js (unused)
    
    Fixes WTF #15, #19, #23, #24, #35, #37, #54, #150
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    7f51492e
Name
Last commit
Last update
..
audio.js Loading commit data...
bus.js Loading commit data...
canvas.js Loading commit data...
hud.js Loading commit data...
i18n.js Loading commit data...
input.js Loading commit data...
juice.js Loading commit data...
match-live.js Loading commit data...
match-session.js Loading commit data...
match-ui.js Loading commit data...
modal.js Loading commit data...
multiplayer.js Loading commit data...
native-bridge.js Loading commit data...
net.js Loading commit data...
player-panel.js Loading commit data...
realtime.js Loading commit data...
scene.js Loading commit data...
store.js Loading commit data...
theme.js Loading commit data...
tournament-session.js Loading commit data...
tween.js Loading commit data...