Foereaper / ChatClient

GNU General Public License v2.0
4 stars 3 forks source link

Client doesn't disconnect upon connection-loss #35

Open Cyclone47 opened 6 years ago

Cyclone47 commented 6 years ago

When your connection (to the server) breaks the chatclient stays open and doesn't update anymore. Need some sort of keep-alive ping to verify if the connection to the server is still available. -> If not, return to login form and show disconnected popup.

Terrorblade commented 6 years ago

We already send the keep alive packet, just need to set a connection timeout.

Tashla commented 6 years ago

Implemented in Commit 18d01f60e7bc24ae2273e583e7d0da16c4e928d5

StackerDEV commented 6 years ago

Setting missing in app.setting..

I have added a feature for this. I have tested this. I don't see why it would not work. Make sure your app settings is updated and if settings change no errors occur.