DatagramSocketChannel to provide a channel for each remote address
Open
- Dominant language
- C#
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi All,
I'm working on a CoAP Udp Reliability Handler.
The DatagramSocketChannel is NOT providing a Context for each connection which also mean that it's "single threaded" over ONE EventLoop.
What is the actual best options to implements a custom behavior to emulate a "per connection thread safe" channel as TCPSocketChannel work (wihtout reinventing the wheel :-))?
ps : such question has already beeing asked long time ago on Netty [netty/netty/issues/344]
Contributor guide
Assessment
This issue has not been assessed yet.