x/net:multicast server cannot send a unicast packet #54520
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?1.18
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
ubuntu/amd64What did you do?
test code
What did you expect to see?
client will receive "world" from the server
What did you see instead?
the program runs no any error, the server received "hello", but the client cannot get "world" packet.
The text was updated successfully, but these errors were encountered: