You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I just published FS2
3.7-822d278-SNAPSHOT
which cross-compiles the FS2Datagram
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 aDatagramSocket
and reading/writing datagrams on it. Which does cover the most common use-cases I believe.The text was updated successfully, but these errors were encountered: