room-15 / ChatSE

An Android application for StackOverflow and StackExchange chat! Revived by Tristan Wiley, base app created by Anubian
Apache License 2.0
22 stars 18 forks source link

Check to see if Websocket is still listening onResume #22

Closed TristanWiley closed 7 years ago

TristanWiley commented 7 years ago

Currently in on resume I'm reloading the room, which doesn't take too much away, but it could be done better. There should be a way to determine if the WS is still listening. If anyone can look at this and let me know, thanks.

TristanWiley commented 7 years ago

Fixed