S-Maciejewski / geekonomy

Economics quiz game using WB and IMF data
https://www.geekonomy.eu
MIT License
4 stars 0 forks source link

Fix user session recognition on server #25

Closed S-Maciejewski closed 1 year ago

S-Maciejewski commented 2 years ago

Fix this in /quiz

    // TODO fix this terrible workaround - it does not guarantee to scale past 1 client
    const userSession = session.getById(sessionId) ?? session.sessions.at(-1) as UserSession