OwenGHB / angband-webclient

Browser client and webserver for playing Angband and variants
http://angband.live
GNU General Public License v2.0
18 stars 7 forks source link

Chat is constantly disconnecting #12

Closed ghost closed 7 years ago

ghost commented 7 years ago

Every few minutes I get a message like this: Disconnected

OwenGHB commented 7 years ago

This happens to me a lot too - which is why I added the warning that there was a disconnect. I'm not certain why it's happening (the server should be pinging the chatsockets every 10 seconds to prevent it). The next thing I was going to do here was make an automatic attempt to reconnect, after telling the user they are disconnected.

ghost commented 7 years ago

Needs investigation. I might try to pick this one off after I've ramped up on the rest of the project.