Frank Muller
2021-05-18 18:44:24 UTC
Hi guys
I'm trying to port my TCP server to Erlang 24.
It uses the undocumented prim_inet:async_accept/2 call as in this example:
http://erlang.org/pipermail/erlang-questions/2007-July/027845.html
Using Erlang 24 and enabling the new option "-kernel inet_backend socket",
the call fails with: no match of right hand side value {error,einval}
How can I implement an async TCP server now?
/Frank
I'm trying to port my TCP server to Erlang 24.
It uses the undocumented prim_inet:async_accept/2 call as in this example:
http://erlang.org/pipermail/erlang-questions/2007-July/027845.html
Using Erlang 24 and enabling the new option "-kernel inet_backend socket",
the call fails with: no match of right hand side value {error,einval}
How can I implement an async TCP server now?
/Frank