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
Hey @aantron -- is there any way I can help with this? Not sure if you remember but I'm interested in this as well for using luv with ocurl and it looks like the requisite functions (uv_pipe & uv_socketpair) are in now.
I just merged in a branch that restores the Luv/Unix fd conversions in a module Luv.Unix. You should be able to add sockaddr conversions in that module as well, probably in a new submodule module Sockaddr : (* ... *), parallel to Os_fd. It's probably best to do the conversions at the C level, using the functions in caml/socketaddr.h. See luv_unix.c.
I can also add them myself, but a bit later, as I am currently loaded with some other work :/
...also needed for ocsigen/lwt#813.
The text was updated successfully, but these errors were encountered: