Getting socket disconnect exception on low internet in android: connect failed: ECONNABORTED (Software caused connection abort)

Viewed 7

Trying to disconnect the socket on low internet, This is the code below to disconnect the socket.

socket?.shutdownOutput()
socket?.close()
0 Answers
Related