@@ -178,7 +178,7 @@ func handleConn(c net.Conn) {
//msg, err := reader.ReadString('\n')
if err != nil {
if err == io.EOF {
fmt.Println("connection close")
fmt.Println("connection close 1")
} else {
fmt.Println("ReadString err", err)
}
The note is not visible to the blocked user.