Skip to content
  • Richard Braakman's avatar
    Prevent server crash in handleClientReady · 2e72a1e4
    Richard Braakman authored
    The client might have disconnected between callbacks so don't try to
    write to the session before checking this. The main callback of this
    function now has a single check at its top.
    
    Removed a redundant check halfway through the callback.
    
    Also normalized use of client.id for the session index instead of a mix of
    client.id and sessionId.
    
    Added some explanatory comments.
    2e72a1e4