Socket - Software caused connection abort: recv failed [duplicate]
问题 This question already has answers here : Official reasons for “Software caused connection abort: socket write error” (14 answers) Closed 4 years ago . I'm trying to build a simple TCP multithreaded client/server application. Whenever a Client ( Socket ) connects to the ServerSocket and send an Object ( Message ) that corresponds to the simple serializable class shown below, the server crashes when his ObjectInputStream tries to read from the client Socket getting a SocketExpection . Message