Socket.IO connection state recovery across server restarts: what actually persists?
I'm designing a repeatable development setup for a Socket.IO application (Node.js, socket.io 4.x) and trying to pin down the exact limits of connection state recovery before committing to an architecture. My understanding is that connectionStateRecovery is enabled by default and lets a client resume its session within maxDisconnectionDuration (default two mi