Hi,
Attached is an attempt at using the UDP capability of grizzly 2.
It can send a packet. It doesn't receive a packet.
Does my code have to change? If this code is 'right', then I can try to
debug, but would like to know if you expect it to work.
A side question: org.glassfish.grizzly.Connection is a parameterized type.
What type do you suggest for the connection Future (line 50)? I guessed
Future<Connection<SocketAddress>> but caused a compile error at line 52
which could not be resolved with an explicit cast to
(Future<Connection<SocketAddress>>).
Thanks.
John