UdpServerSocketChannel icon indicating copy to clipboard operation
UdpServerSocketChannel copied to clipboard

Netty udp server socket channel which allocates separate channel per remote address

Results 4 UdpServerSocketChannel issues
Sort by recently updated
recently updated
newest added

As per the recommended approach mentioned to run time-consuming task in https://netty.io/4.1/api/io/netty/channel/ChannelPipeline.html, I tried the following in a project which uses this library: **Approach 1** ``` static final EventExecutorGroup group...

There is a requirement in my project to obtain Host Address of the sender from the UDP Header for processing the request. As per my understanding, I need to add...

Currently io server channel forces client read without checking isAutoRead().

Please consider adding some JUnit test for your project. This will require some gradle tweaking to make it work, as your current structure is not 'typical' :) I've actually added...