HaxeFoundation / HaxeFoundation/haxe
Python UdpSocket
Open
bug
documentation
standard library
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
On the API site, there is python in availability list of UdpSocket:
https://api.haxe.org/sys/net/UdpSocket.html
_Available on cpp, hl, java, lua, macro, neko, php, python_
but when I compiled, I got this:
```
self.socket = sys_net_UdpSocket()
File "app.py", line 2642, in __init__
raise _HxException("Not available on this platform")
__main__._HxException: Not available on this platform
```
Contributor guide
Assessment
This issue has not been assessed yet.