Channel.write(msg, inetaddress) fails on windows not linux

wolfmanjm morris at wolfman.com
Sun Jun 12 17:08:18 EDT 2011


Never mind, seems there is a race condition only stimulated on windows where
the incoming UDP packet which sets the return IPaddress I use for the send
is coming in before I expect it. So the IP address I use in the Channel.send
is null. I would have expected a null exception, but I guess it treats null
as if the Channel.send(msg) was being used.

Sorry for the noise.



--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Channel-write-msg-inetaddress-fails-on-windows-not-linux-tp6467079p6468149.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list