uno icon indicating copy to clipboard operation
uno copied to clipboard

No UDP support in Uno.Net.Sockets

Open ftKnox opened this issue 7 years ago • 2 comments

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

ftKnox avatar May 29 '18 20:05 ftKnox

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

kusma avatar May 29 '18 22:05 kusma

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

mortend avatar Sep 16 '19 07:09 mortend