Hi, I am trying to figure out why what's going on?
conn.Write([]byte("ok"))
https://play.golang.org/p/8Fq1XyYTFs1
vs
conn.WriteToUDP([]byte("not ok"), addr)
https://play.golang.org/p/NkUKn-Oz8XA
I assumed it was unintended behavior and opened a issue at
https://github.com/golang/go/issues/34758
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/b1f3f10b-7e96-429a-95ca-80c1979745f5%40googlegroups.com.