HaxeFoundation / HaxeFoundation/haxe

Python UdpSocket

Open
#6,933 5 comments 0 reactions 1 assignee Claimed by @frabbit View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.