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 have been running an opium server on FreeBSD, and it failed with ECONNABORTED in Lwt_unix.accept. It seems Lwt_io.establish_server_generic doesn't handle this error as well.
I have been running an opium server on FreeBSD, and it failed with
ECONNABORTED
inLwt_unix.accept
. It seemsLwt_io.establish_server_generic
doesn't handle this error as well.lwt/src/unix/lwt_io.ml
Lines 1598 to 1627 in 0985a5b
The text was updated successfully, but these errors were encountered: