Android: Close socket with server when connection is severed
Closed this issue · 3 comments
zakuArbor commented
When the server closes the socket or terminates, the application should know that the program has been terminated and go back to the main page or at least have some indicator (i.e. toast) that the connection has been severed.
zakuArbor commented
@ArslanAhmedQ can you reference the commit that made this change. I would like to see a new activity be launched (switch page) or see a toast that will tell me that a socket has been closed. I have not seen any indication of that when I pulled master unless it's in a branch.
ArslanAhmedQ commented
It requires testing. It's still in progress