Thursday, August 28, 2014

Some problems fixed... or not.

Some people commented on my last post that they have problems logging in. Thank you very much for that. I now changed the server to:

1. terminate the old connection instead of the new one when the same account logs in twice
2. terminate connections when they don't responds to pings in a while

However, I am quite sure that this only fixed the symptom, not the actual problem, which seems to be a bug in my websocket implementation. I am thinking about trashing that hacky thing and replace it with a tried and true implementation  like this.

No comments:

Post a Comment