You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Messages from the server come out like this: {"session": 1842478479, "command": "session"}
We probably should be sending minified JSON. Would very slightly help performance in the presence of large messages (like the huge game info blob you get on login). Of course, UTF-8 would have a vastly larger effect, but is slightly trickier.