How do I make hono-session work with socket.io
hono-session stores the decrypted cookie in the session section of the context object (c.get("session")) but the context object is not available in socket.ioHow do I make socket.io work with Hono-session?