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
Running a simple Lwt-based example that uses Nanomsg_lwt.recv_string fails with the following error:
Fatal error: exception Nanomsg_lwt.Error("", "Resource temporarily unavailable")
Raised at file "src/core/lwt.ml", line 2719, characters 24-25
Called from file "src/unix/lwt_main.ml", line 33, characters 8-18
Here is the minimum program that can be used to reproduce the issue:
Running a simple Lwt-based example that uses
Nanomsg_lwt.recv_string
fails with the following error:Here is the minimum program that can be used to reproduce the issue:
The equivalent blocking call to
recv
does work:I suspect it is related to the fact that the calls to
bind
andconnect
are natively asynchronous (related issue in nanomsg).The text was updated successfully, but these errors were encountered: