Open bizarreuser opened 1 year ago
When I use socket.shutdown().unwrap(); My client closed the connection normally, but my server showed java.io.EOFException: null
socket.shutdown().unwrap();
java.io.EOFException: null
When I use
socket.shutdown().unwrap();
My client closed the connection normally, but my server showedjava.io.EOFException: null