I am using Haxe 4.0.0-rc2, is it possible to support UdpSocket natively when targeting c#?
It works well when targeting cpp and hashlink
Is it also support for python and PHP? I don’t get the idea why UdpSocket.hx native implementation cannot be found in haxe/std?
I can implement myself if I can find some similar native implementation in other target.