ClassQuiz icon indicating copy to clipboard operation
ClassQuiz copied to clipboard

Use Redis for Socket.IO sessions, instead of Socket.IO sessions

Open mawoka-myblock opened this issue 7 months ago • 1 comments

This would dramatically improve reliability.

Requirement: Unique ID for every browser, decoupled from the Socket.IO id. Maybe generated on join and put into the URL or localStorage to survive a page reload reliably

mawoka-myblock avatar Jul 10 '24 21:07 mawoka-myblock