BedrockFramework icon indicating copy to clipboard operation
BedrockFramework copied to clipboard

UDP Transport

Open Xhanti opened this issue 5 years ago • 7 comments

Hi,

I wanted to know if there are any plans to support a UDP transport in this framework?

Regards

Xhanti avatar Feb 10 '20 05:02 Xhanti

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.

jacobslusser avatar Oct 04 '20 18:10 jacobslusser

Right there's no Udp abstraction as yet. It hasn't been designed

davidfowl avatar Oct 05 '20 04:10 davidfowl

@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?

jacobslusser avatar Oct 06 '20 00:10 jacobslusser

That's correct. The current abstractions are for streaming, connection based transports.

davidfowl avatar Oct 06 '20 00:10 davidfowl

UDP transport would be nice to have. How would you start to implement it? Can you give some guidance?

adamradocz avatar Jan 04 '22 20:01 adamradocz

nice

wjkhappy14 avatar Aug 01 '22 04:08 wjkhappy14

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.

davidfowl avatar Aug 01 '22 12:08 davidfowl