@@ -187,7 +187,7 @@ func handleConn(c net.Conn) {
}
fmt.Println("read data:", hex.EncodeToString(buffer[:n]))
b := []byte("ok")
c.Write(b)
c.Write([]byte(hex.EncodeToString(b)))
The note is not visible to the blocked user.