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

Proof-of-concept Datagram support #66

Open
armanbilge opened this issue Apr 19, 2023 · 0 comments
Open

Proof-of-concept Datagram support #66

armanbilge opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@armanbilge
Copy link
Owner

I just published FS2 3.7-822d278-SNAPSHOT which cross-compiles the FS2 Datagram interfaces for Native and makes it possible to add an implementation here.

We won't be able to implement all of them due to missing stuff in Scala Native (like NetworkInterface) but we should be able to support opening a DatagramSocket and reading/writing datagrams on it. Which does cover the most common use-cases I believe.

@armanbilge armanbilge added the enhancement New feature or request label Apr 19, 2023
@armanbilge armanbilge linked a pull request Apr 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant