Azure / Azure/DotNetty

DatagramSocketChannel to provide a channel for each remote address

Open
#461 9 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.