You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate if this behavior is documented, either in the function description, or in the bugs section, to avoid some hassle during debugging.
The text was updated successfully, but these errors were encountered:
mikioh
changed the title
Document UDPConn.ReadMsgUDP not implemented on Windows.
net: Document UDPConn.ReadMsgUDP not implemented on Windows.
Aug 21, 2016
Please answer these questions before submitting your issue. Thanks!
go version
)?1.7
go env
)?Windows 2012 amd64
Calling UDPConn.ReadMsgUDP on Windows.
The function behaves the same as it does on Linux.
The function constantly raises error "not supported on Windows".
The document for this function is not clear that it doesn't run on Windows. It can't be easily figured out through source code as well.
UDPConn.ReadMsgUDP() -> UDPConn.readMsg() -> fd.readMsg() -> error
I appreciate if this behavior is documented, either in the function description, or in the bugs section, to avoid some hassle during debugging.
The text was updated successfully, but these errors were encountered: