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
Java doesn't really have much of a concept of "network" and "host" byte order. We did tackle this problem in the network package itself. Take a look at the network patch (Note that it's incomplete - we just ported enough to get the wai package working).
And on another note, Eta has a nice (hidden) feature that all Eta closures are serialisable so you can send closures over the wire w/o static pointers and distributed-process! The functionality is not yet exposed, but I'd be happy to add a bit of documentation if you're interested in playing around with it.
Is a dependency for distributed-process.
Offending code:
Nothing fancy. It is used to convert numbers to network-order bytestrings.
I've downloaded
etlas
merely an hour ago, so no PR for now 😉The text was updated successfully, but these errors were encountered: