BedrockFramework icon indicating copy to clipboard operation
BedrockFramework copied to clipboard

Add UDP client.

Open adamradocz opened this issue 2 years ago • 6 comments

#83

Added a sample UDP client and a new project for the UDP server. I think the current implementation of the SocketTransportFactory is not capable to use the UDP socket.

adamradocz avatar Jan 15 '22 20:01 adamradocz

I would use bedrock for personal project but the protocol I'm working with is over UDP

Xhanti avatar Jun 06 '22 07:06 Xhanti

Server and Client as well?

adamradocz avatar Jun 06 '22 13:06 adamradocz

Just client, that's all I needed. Went with UDP client

Xhanti avatar Jun 06 '22 16:06 Xhanti

Have you tried this PR?

adamradocz avatar Jun 06 '22 17:06 adamradocz

I can give it a try. Was waiting to see if it got merged. Didn't want to take a dependency on something not on main

Xhanti avatar Jun 06 '22 18:06 Xhanti

Fair enough.

adamradocz avatar Jun 06 '22 20:06 adamradocz