Hi, i need to recieve some data from source specific multicast, but implementation of JoinSourceSpecificGroup is only for unix? How can i do the things on Windows platform
tnx
Hi, i need to recieve some data from source specific multicast, but implementation of JoinSourceSpecificGroup is only for unix? How can i do the things on Windows platform
tnx
This is a bug - see here and here. Let’s hope this will get fixed eventually.
UPDATE: I found this bug in Go’s GitHub repo that looks relevant. It does not mention multicast explicitly; however, it is about general support of x/net/ipv4 on Windows and is still open.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.