Open Xhanti opened 4 years ago
I have the same question. It seems like the base abstractions are all geared around connections... which don't lend themselves very well to UDP.
Right there's no Udp abstraction as yet. It hasn't been designed
@davidfowl to make sure I understand, do you agree then that the current abstractions are not correct for UDP? i.e. any UDP implementation would not use IConnectionFactory
, ConnectionContext
, etc?
That's correct. The current abstractions are for streaming, connection based transports.
UDP transport would be nice to have. How would you start to implement it? Can you give some guidance?
nice
I’d need to understand more about the goals. What does the proposed API look like? The current API are for a stream based abstraction, not message based.
Hi,
I wanted to know if there are any plans to support a UDP transport in this framework?
Regards