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
Currently, calling Lwt_process functions cause calls to Lwt_unix.fork which fail in case where multiple domains have been started. It should be possible to use a spawn function instead of a fork to support Lwt_process.
Currently, calling
Lwt_process
functions cause calls toLwt_unix.fork
which fail in case where multiple domains have been started. It should be possible to use aspawn
function instead of a fork to supportLwt_process
.See details in:
Originally posted by @EduardoRFS in #923 (comment)
The text was updated successfully, but these errors were encountered: