java.net.SocketException: Connection reset

前端 未结 10 1545
慢半拍i
慢半拍i 2020-11-22 03:02

I am getting the following error trying to read from a socket. I\'m doing a readInt() on that InputStream, and I am getting this error. Perusing th

10条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 03:59

    I had the same error. I found the solution for problem now. The problem was client program was finishing before server read the streams.

提交回复
热议问题