When I use ```socket.shutdown().unwrap(); ``` My client closed the connection normally, but my server showed ```java.io.EOFException: null```
When I use
socket.shutdown().unwrap();My client closed the connection normally, but my server showed
java.io.EOFException: null