Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No UDP support in Uno.Net.Sockets #39

Open
ftKnox opened this issue May 29, 2018 · 2 comments
Open

No UDP support in Uno.Net.Sockets #39

ftKnox opened this issue May 29, 2018 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ftKnox
Copy link

ftKnox commented May 29, 2018

Looking through Uno.Net.Sockets it looks like there is no support for udp sockets?

@kusma
Copy link
Contributor

kusma commented May 29, 2018

Yeah, that's correct. Patches welcome! :-)

@kusma kusma added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 29, 2018
@mortend
Copy link
Member

mortend commented Sep 16, 2019

I started working on this last year, but never finished the implementation. I ended up doing my UDP stuff directly in foreign C++ instead.

Anyway, here's what I got so far: https://github.com/mortend/uno/commits/udp-client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants